summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* Avoid crashes due to insanely large columns in tabulated-list-formatEli Zaretskii2016-04-01
* Preserve current buffer when popping up TTY menusEli Zaretskii2016-03-24
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-07
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Prevent timers from messing up TTY menusEli Zaretskii2015-09-24
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-31
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-24
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Revert previous change to produce_composite_glyphPaul Eggert2015-01-03
* Update copyright year to 2015Paul Eggert2015-01-01
* Fix produce_composite_width typoPaul Eggert2014-12-28
* Merge from trunk and resolve conflicts.Eli Zaretskii2014-10-14
|\
| * Cleanup terminal handling code.Dmitry Antipov2014-10-14
| * * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-24
| * Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* | Increase 'level' in glyph struct; convert bad type aborts into assertions.Eli Zaretskii2014-10-14
|/
* Fix a couple of recent inadvertent breaks of the MSDOS port.Reuben Thomas2014-08-10
* Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics2014-08-10
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* Indentation, punctuation, and other nitpicks.Stefan Monnier2014-07-20
* * term.c (tty_menu_add_pane, tty_menu_add_selection):Dmitry Antipov2014-07-14
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-23
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-08
* Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-07
|\
| * Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.Eli Zaretskii2014-06-04
* | Fix last commit.Eli Zaretskii2014-06-07
* | * term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.Paul Eggert2014-06-06
* | Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-04
* | Minor cleanup for terminal setup.Dmitry Antipov2014-05-14
* | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-04
|\|
| * src/term.c (tty_menu_activate): A better initialization for cursor coordinates.Eli Zaretskii2014-05-01
* | Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.orgJuanma Barranquero2014-04-30
|\|
| * * term.c (tty_menu_activate): Don't assume row and col are initialized.Paul Eggert2014-04-30
| * Place hardware TTY cursor at the active menu item when displaying a menu.Eli Zaretskii2014-04-29
* | * term.c (tty_send_additional_strings): No need to fflush here,Paul Eggert2014-04-17
* | 2014-04-17 Daniel Colascione <dancol@dancol.org>Daniel Colascione2014-04-17
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-16
|\|
| * Fix the MSDOS build.Eli Zaretskii2014-04-16
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-03
* | Clean up array size calculationsDaniel Colascione2014-04-03
* | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-25
* | Improve init_tty readabilityDaniel Colascione2014-03-23
|/
* * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier2014-03-20
* Fix a few crashes and leaks when cloning C strings.Paul Eggert2014-02-28
* Fix bug #16479 with client connections while TTY menu is open.Eli Zaretskii2014-01-25