index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
term.c
Age
Commit message (
Expand
)
Author
2017-06-22
Use unlocked stdio more systematically
Paul Eggert
2017-02-18
Use 'char *FOO' instead of 'char* FOO'
Paul Eggert
2017-02-18
Support 24-bit direct colors on text terminals
Rami Ylimäki
2017-02-18
Remove unused TN_max_pairs field
Rami Ylimäki
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-09-30
Limit <config.h>’s includes
Paul Eggert
2016-09-15
Prefer now-standard int width macros
Paul Eggert
2016-09-13
Port to ISO/IEC TS 18661-1:2014
Paul Eggert
2016-09-06
Use DEV_TTY more consistently
Paul Eggert
2016-09-05
Treat SIGINT correctly in GUI sessions on MS-Windows
Eli Zaretskii
2016-07-25
‘signal’ no longer returns
Paul Eggert
2016-07-02
Fix cursor positioning on TTY frames after stretch glyph
Eli Zaretskii
2016-06-08
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-05-21
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-18
Port --enable-gcc-warnings to GCC 6.1
Paul Eggert
2016-04-01
Avoid crashes due to insanely large columns in tabulated-list-format
Eli Zaretskii
2016-03-24
Preserve current buffer when popping up TTY menus
Eli Zaretskii
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-08
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-07
Prefer xpalloc to doubling buffers by hand
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-09-24
Prevent timers from messing up TTY menus
Eli Zaretskii
2015-05-31
Avoid grave accent quoting in stderr diagnostics
Paul Eggert
2015-04-24
Port --enable-gcc-warnings to GCC 5.1 x86-64
Paul Eggert
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-03
Revert previous change to produce_composite_glyph
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-28
Fix produce_composite_width typo
Paul Eggert
2014-10-14
Merge from trunk and resolve conflicts.
Eli Zaretskii
2014-10-14
Cleanup terminal handling code.
Dmitry Antipov
2014-10-14
Increase '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-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-08-10
Fix a couple of recent inadvertent breaks of the MSDOS port.
Reuben Thomas
2014-08-10
Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).
Martin Rudalics
2014-07-27
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-20
Indentation, punctuation, and other nitpicks.
Stefan Monnier
2014-07-14
* term.c (tty_menu_add_pane, tty_menu_add_selection):
Dmitry Antipov
2014-06-23
Simplify and cleanup character conversion stuff.
Dmitry Antipov
2014-06-08
If a C name must be extern on some platforms, make it extern on all.
Paul Eggert
2014-06-07
Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.edu
Glenn Morris
2014-06-07
Fix last commit.
Eli Zaretskii
2014-06-06
* term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.
Paul Eggert
2014-06-04
Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.
Eli Zaretskii
2014-06-04
Use terminal-specific hooks to display menus.
Dmitry Antipov
2014-05-14
Minor cleanup for terminal setup.
Dmitry Antipov
2014-05-04
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Paul Eggert
[prev]
[next]