summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2014-05-01src/term.c (tty_menu_activate): A better initialization for cursor coordinates.Eli Zaretskii
2014-04-30Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.orgJuanma Barranquero
2014-04-30* term.c (tty_menu_activate): Don't assume row and col are initialized.Paul Eggert
2014-04-29Place hardware TTY cursor at the active menu item when displaying a menu.Eli Zaretskii
2014-04-17* term.c (tty_send_additional_strings): No need to fflush here,Paul Eggert
2014-04-172014-04-17 Daniel Colascione <dancol@dancol.org>Daniel Colascione
2014-04-16Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert
2014-04-16Fix the MSDOS build.Eli Zaretskii
2014-04-03Rename EARRAYSIZE to ARRAYELTSDaniel Colascione
2014-04-03Clean up array size calculationsDaniel Colascione
2014-03-25Handle sigmask better with nested signal handlers.Paul Eggert
2014-03-23Improve init_tty readabilityDaniel Colascione
2014-03-20* src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier
2014-02-28Fix a few crashes and leaks when cloning C strings.Paul Eggert
2014-01-25Fix bug #16479 with client connections while TTY menu is open.Eli Zaretskii
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-12-11* nsterm.m (x_free_frame_resources):Dmitry Antipov
2013-12-11* src/term.c (term_get_fkeys_1): Remove non-standard IBM terminfoJuri Linkov
2013-11-30Support resizing frames and windows pixelwise.Martin Rudalics
2013-11-28* configure.ac (HAVE_MENUS): Remove.Stefan Monnier
2013-11-05Integer-related fixes for term.c etc.Paul Eggert
2013-11-03Port to stricter C99 platforms.Paul Eggert
2013-10-16Make some functions static in non-Microsoft builds.Paul Eggert
2013-10-14Implement scrolling of TTY menus when the screen is too short.Eli Zaretskii
2013-10-14* termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)Dmitry Antipov
2013-10-14* xfaces.c (PT_PER_INCH): Remove unused macro.Dmitry Antipov
2013-10-11* term.c (tty_menu_show): Never return with unbalancedDmitry Antipov
2013-10-11Menu item selection on TTYs is now cyclical.Eli Zaretskii
2013-10-11* dispnew.c (redraw_frame): Remove useless #ifdef becauseDmitry Antipov
2013-10-11Fix bug #15575 with crashes in TTY menus.Eli Zaretskii
2013-10-10Attempt to fix crashes per bug #15575.Eli Zaretskii
2013-10-10* keyboard.c (init_kboard): Now static. Add argDmitry Antipov
2013-10-09Fix minor problems in text-mode menu display.Eli Zaretskii
2013-10-08Fix minor problems found by static checking.Paul Eggert
2013-10-08Attempt to fix broken compilation on several systems due to menu.h.Eli Zaretskii
2013-10-08Support menus on text-mode terminals.Eli Zaretskii
2013-10-08Cleanups and commentary changes.Eli Zaretskii
2013-10-08Horizontal keys in TTY menus work.Eli Zaretskii
2013-10-03Fix hiding cursor when displaying menu on a TTY.Eli Zaretskii
2013-09-26Some cleanups: remove unused code.Eli Zaretskii
2013-09-26Fix compilation problem due to merge from trunk.Eli Zaretskii
2013-09-26Merge from trunk.Eli Zaretskii
2013-09-25Menu movement by mouse and keyboard live in peace now.Eli Zaretskii
2013-09-25Read mouse movement via read_menu_command.Eli Zaretskii
2013-09-24Fix crash in GUI mode and enable TTY mouse on Windows.Eli Zaretskii
2013-09-24Fix submenus and screen restoration.Eli Zaretskii
2013-09-23Use overriding-terminal-local-map for menu navigation.Eli Zaretskii
2013-09-22Half-solution for menus popped up by mouse clicks.Eli Zaretskii
2013-09-22Restore help-echo for menu items, ifdef away unneeded MSDOS code.Eli Zaretskii