summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Cleanup when opening a new terminal fails. (Bug#32794)John Shahid2018-09-291-0/+1
* Fix display of TABs in hscrolled windows with line numbersEli Zaretskii2018-06-021-2/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Avoid crash with C-g C-g in GCPaul Eggert2017-09-171-4/+8
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Avoid compiler warnings on MS-Windows with GCC 6 and 7Eli Zaretskii2017-09-081-1/+1
* Support display of line numbers nativelyEli Zaretskii2017-07-081-1/+7
|\
| * Fix hscrolling with line numbers on TTY framesEli Zaretskii2017-06-301-4/+6
| * Partial fix of hscroll of truncated lines with line numbersEli Zaretskii2017-06-241-1/+1
| * Fix tab stops when line numbers are displayedEli Zaretskii2017-06-241-0/+4
* | Use unlocked stdio more systematicallyPaul Eggert2017-06-221-23/+24
|/
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-4/+7
* Support 24-bit direct colors on text terminalsRami Ylimäki2017-02-181-0/+14
* Remove unused TN_max_pairs fieldRami Ylimäki2017-02-181-6/+0
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-1/+1
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-131-3/+3
* | Use DEV_TTY more consistentlyPaul Eggert2016-09-061-1/+1
* | Treat SIGINT correctly in GUI sessions on MS-WindowsEli Zaretskii2016-09-051-3/+0
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-1/+1
* | Fix cursor positioning on TTY frames after stretch glyphEli Zaretskii2016-07-021-2/+8
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-4/+4
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-2/+6
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-2/+0
|/
* Avoid crashes due to insanely large columns in tabulated-list-formatEli Zaretskii2016-04-011-0/+1
* Preserve current buffer when popping up TTY menusEli Zaretskii2016-03-241-1/+6
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-3/+1
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-071-4/+4
* Include-file cleanup for src directoryPaul Eggert2015-10-201-6/+0
* Prevent timers from messing up TTY menusEli Zaretskii2015-09-241-0/+7
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-311-8/+8
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-3/+5
* Count MANY function args more reliablyPaul Eggert2015-01-251-11/+7
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-9/+0
* Revert previous change to produce_composite_glyphPaul Eggert2015-01-031-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix produce_composite_width typoPaul Eggert2014-12-281-1/+1
* Merge from trunk and resolve conflicts.Eli Zaretskii2014-10-141-84/+26
|\
| * Cleanup terminal handling code.Dmitry Antipov2014-10-141-79/+19
| * * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-241-1/+1
| * Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-4/+6
* | Increase 'level' in glyph struct; convert bad type aborts into assertions.Eli Zaretskii2014-10-141-6/+3
|/
* Fix a couple of recent inadvertent breaks of the MSDOS port.Reuben Thomas2014-08-101-0/+4