aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Half-solution for menus popped up by mouse clicks.Eli Zaretskii2013-09-221-2/+6
| * Restore help-echo for menu items, ifdef away unneeded MSDOS code.Eli Zaretskii2013-09-221-13/+21
| * Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-47/+44
| * Fix a buglet in calculating menu width.Eli Zaretskii2013-09-191-2/+2
| * Fixed screen restoration after popping down a menu.Eli Zaretskii2013-09-191-5/+8
| * Fixed frame save/restore and 'mouse position' tracking.Eli Zaretskii2013-09-191-7/+10
| * Fixed minor issues with truncation of menu items.Eli Zaretskii2013-09-181-0/+5
| * Record and use cursor coordinates in menu. Active face and help echo work!Eli Zaretskii2013-09-181-5/+8
| * Crude code to simulate keyboard/mouse input in menus via GDB.Eli Zaretskii2013-09-181-9/+26
| * Turn off text cursor when dropping down menus.Eli Zaretskii2013-09-181-10/+14
| * Use AREF instead of XVECTOR; crashes still here.Eli Zaretskii2013-09-171-13/+12
| * Fixed display and padding of menu items; File menu displays OK.Eli Zaretskii2013-09-171-2/+4
| * Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii2013-09-171-9/+28
| * Fixed C compilation problems.Eli Zaretskii2013-09-051-17/+100
| * Made HAVE_MENUS the default; comment fix in term.c.Eli Zaretskii2013-09-051-1/+1
| * Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-320/+195
| |\
| * | Second commit; does not compile yet.Eli Zaretskii2012-08-111-32/+161
| * | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-021-0/+801
* | | Fix corruption with multiple emacsclient -t instances.Paul Eggert2013-09-111-10/+0
* | | * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)Dmitry Antipov2013-09-061-18/+1
| |/ |/|
* | Fix unlikely core dump in init_tty, and simplify terminfo case.Paul Eggert2013-08-261-11/+12
* | * term.c (get_named_tty, create_tty_output, tty_free_frame_resources)Dmitry Antipov2013-08-151-10/+5
* | Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-2/+2