summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-3/+1
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-071-4/+4
* Include-file cleanup for src directoryPaul Eggert2015-10-201-6/+0
* Prevent timers from messing up TTY menusEli Zaretskii2015-09-241-0/+7
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-311-8/+8
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-3/+5
* Count MANY function args more reliablyPaul Eggert2015-01-251-11/+7
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-9/+0
* Revert previous change to produce_composite_glyphPaul Eggert2015-01-031-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix produce_composite_width typoPaul Eggert2014-12-281-1/+1
* Merge from trunk and resolve conflicts.Eli Zaretskii2014-10-141-84/+26
|\
| * Cleanup terminal handling code.Dmitry Antipov2014-10-141-79/+19
| * * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-241-1/+1
| * Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-4/+6
* | Increase 'level' in glyph struct; convert bad type aborts into assertions.Eli Zaretskii2014-10-141-6/+3
|/
* Fix a couple of recent inadvertent breaks of the MSDOS port.Reuben Thomas2014-08-101-0/+4
* Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics2014-08-101-15/+16
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-1/+3
* Indentation, punctuation, and other nitpicks.Stefan Monnier2014-07-201-9/+9
* * term.c (tty_menu_add_pane, tty_menu_add_selection):Dmitry Antipov2014-07-141-25/+2
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-6/+0
* Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-071-8/+8
|\
| * Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.Eli Zaretskii2014-06-041-8/+8
* | Fix last commit.Eli Zaretskii2014-06-071-1/+2
* | * term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.Paul Eggert2014-06-061-0/+3
* | Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-6/+13
* | Minor cleanup for terminal setup.Dmitry Antipov2014-05-141-22/+2
* | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-041-4/+4
|\ \ | |/
| * src/term.c (tty_menu_activate): A better initialization for cursor coordinates.Eli Zaretskii2014-05-011-4/+4
* | Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.orgJuanma Barranquero2014-04-301-0/+20
|\ \ | |/
| * * term.c (tty_menu_activate): Don't assume row and col are initialized.Paul Eggert2014-04-301-1/+4
| * Place hardware TTY cursor at the active menu item when displaying a menu.Eli Zaretskii2014-04-291-0/+17
* | * term.c (tty_send_additional_strings): No need to fflush here,Paul Eggert2014-04-171-3/+2
* | 2014-04-17 Daniel Colascione <dancol@dancol.org>Daniel Colascione2014-04-171-0/+31
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-1/+3
|\ \ | |/
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-1/+3
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-1/+1
* | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-251-4/+6
* | Improve init_tty readabilityDaniel Colascione2014-03-231-2/+5
|/
* * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier2014-03-201-10/+10
* Fix a few crashes and leaks when cloning C strings.Paul Eggert2014-02-281-11/+3
* Fix bug #16479 with client connections while TTY menu is open.Eli Zaretskii2014-01-251-1/+10
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-1/+1
* * nsterm.m (x_free_frame_resources):Dmitry Antipov2013-12-111-7/+2
* * src/term.c (term_get_fkeys_1): Remove non-standard IBM terminfoJuri Linkov2013-12-111-12/+0