aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* dynwind fixesRobin Templeton2015-04-181-2/+2
* use guile-snarf for subr definitionBT Templeton2015-04-181-13/+2
* use BDW-GCRobin Templeton2015-04-181-3/+1
* 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:[email protected]Glenn 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:[email protected]Paul 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:[email protected]Juanma 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 <[email protected]>Daniel Colascione2014-04-171-0/+31
* | Merge from emacs-24; up to 2014-04-16T15:28:[email protected]Paul 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
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-1/+1
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-5/+5
* Integer-related fixes for term.c etc.Paul Eggert2013-11-051-68/+34
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-1/+5
* Implement scrolling of TTY menus when the screen is too short.Eli Zaretskii2013-10-141-41/+73
* * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)Dmitry Antipov2013-10-141-10/+10
* * xfaces.c (PT_PER_INCH): Remove unused macro.Dmitry Antipov2013-10-141-2/+0
* * term.c (tty_menu_show): Never return with unbalancedDmitry Antipov2013-10-111-9/+11
* Menu item selection on TTYs is now cyclical.Eli Zaretskii2013-10-111-1/+5
* * dispnew.c (redraw_frame): Remove useless #ifdef becauseDmitry Antipov2013-10-111-0/+1
* Fix bug #15575 with crashes in TTY menus.Eli Zaretskii2013-10-111-3/+7
* Attempt to fix crashes per bug #15575.Eli Zaretskii2013-10-101-40/+0
* * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-101-5/+1
* Fix minor problems in text-mode menu display.Eli Zaretskii2013-10-091-1/+1
* Fix minor problems found by static checking.Paul Eggert2013-10-081-52/+28
* Attempt to fix broken compilation on several systems due to menu.h.Eli Zaretskii2013-10-081-0/+4
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-0/+1121
|\
| * Cleanups and commentary changes.Eli Zaretskii2013-10-081-18/+1