summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete Lint directivesPaul Eggert2019-09-161-1/+0
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-041-3/+3
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-25/+21
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-251-1/+1
* Remove no-longer-needed fflushes of stderrPaul Eggert2019-06-201-1/+0
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-261-0/+2
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-4/+3
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-1/+3
* Don’t assume timersub and gettimeofdayPaul Eggert2019-02-231-13/+7
* Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-011-1/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-9/+6
* | Merge from origin/emacs-26Glenn Morris2018-10-031-0/+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
* | More macro renamings for bignumTom Tromey2018-08-071-6/+6
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-12/+12
* | Tune SAFE_FREEPaul Eggert2018-06-281-3/+1
* | Use record_unwind_protect_ptr to avoid allocationPaul Eggert2018-06-141-7/+13
* | Add support for per-window face remappingDaniel Colascione2018-06-071-4/+4
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-281-1/+1
* | Fix display of TABs in hscrolled windows with line numbersEli Zaretskii2018-03-071-2/+2
* | Support standard Terminfo direct mode terminalsRami Ylimäki2018-02-101-1/+9
|/
* 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
|/