summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2017-06-22Use unlocked stdio more systematicallyPaul Eggert
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-02-18Support 24-bit direct colors on text terminalsRami Ylimäki
2017-02-18Remove unused TN_max_pairs fieldRami Ylimäki
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-09-15Prefer now-standard int width macrosPaul Eggert
2016-09-13Port to ISO/IEC TS 18661-1:2014Paul Eggert
2016-09-06Use DEV_TTY more consistentlyPaul Eggert
2016-09-05Treat SIGINT correctly in GUI sessions on MS-WindowsEli Zaretskii
2016-07-25‘signal’ no longer returnsPaul Eggert
2016-07-02Fix cursor positioning on TTY frames after stretch glyphEli Zaretskii
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii
2016-05-18Port --enable-gcc-warnings to GCC 6.1Paul Eggert
2016-04-01Avoid crashes due to insanely large columns in tabulated-list-formatEli Zaretskii
2016-03-24Preserve current buffer when popping up TTY menusEli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-11-07Prefer xpalloc to doubling buffers by handPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-24Prevent timers from messing up TTY menusEli Zaretskii
2015-05-31Avoid grave accent quoting in stderr diagnosticsPaul Eggert
2015-04-24Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-03Revert previous change to produce_composite_glyphPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-28Fix produce_composite_width typoPaul Eggert
2014-10-14Merge from trunk and resolve conflicts.Eli Zaretskii
2014-10-14Cleanup terminal handling code.Dmitry Antipov
2014-10-14Increase 'level' in glyph struct; convert bad type aborts into assertions.Eli Zaretskii
2014-09-24* termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-08-10Fix a couple of recent inadvertent breaks of the MSDOS port.Reuben Thomas
2014-08-10Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics
2014-07-20Indentation, punctuation, and other nitpicks.Stefan Monnier
2014-07-14* term.c (tty_menu_add_pane, tty_menu_add_selection):Dmitry Antipov
2014-06-23Simplify and cleanup character conversion stuff.Dmitry Antipov
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert
2014-06-07Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris
2014-06-07Fix last commit.Eli Zaretskii
2014-06-06* term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.Paul Eggert
2014-06-04Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.Eli Zaretskii
2014-06-04Use terminal-specific hooks to display menus.Dmitry Antipov
2014-05-14Minor cleanup for terminal setup.Dmitry Antipov
2014-05-04Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert