summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * Horizontal keys in TTY menus work.Eli Zaretskii2013-10-081-10/+122
| * Fix hiding cursor when displaying menu on a TTY.Eli Zaretskii2013-10-031-4/+7
| * Some cleanups: remove unused code.Eli Zaretskii2013-09-261-112/+5
| * Fix compilation problem due to merge from trunk.Eli Zaretskii2013-09-261-8/+1
| * Merge from trunk.Eli Zaretskii2013-09-261-28/+1
| |\ | |/ |/|
| * Menu movement by mouse and keyboard live in peace now.Eli Zaretskii2013-09-251-29/+5
| * Read mouse movement via read_menu_command.Eli Zaretskii2013-09-251-9/+39
| * Fix crash in GUI mode and enable TTY mouse on Windows.Eli Zaretskii2013-09-241-2/+2
| * Fix submenus and screen restoration.Eli Zaretskii2013-09-241-10/+55
| * Use overriding-terminal-local-map for menu navigation.Eli Zaretskii2013-09-231-28/+39