summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.Jared Finder2020-11-211-4/+4
* Face-changing text properties and help-echo now work with xterm-mouse.Jared Finder2020-11-141-38/+14
* * src/term.c (handle_one_term_event): Simplify.Stefan Monnier2020-11-041-45/+41
* Make TTY menus work with xterm-mouse-modeJared Finder2020-10-241-10/+16
* Merge from origin/emacs-27Glenn Morris2020-10-101-1/+3
|\
| * A better fix for bug#43886Eli Zaretskii2020-10-101-1/+3
* | ; Fix typosStefan Kangas2020-09-211-1/+1
* | Minor cleanup of last changeEli Zaretskii2020-09-181-7/+16
* | TTY Support for ECMA-48 strike-through graphic renditionMike Hamrick2020-09-181-14/+20
* | Add fallback for 24-bit terminal color via COLORTERM=truecolorJan Beich2020-06-201-0/+9
|/
* Avoid crashes on TTY frames with over-long compositionsEli Zaretskii2020-04-281-1/+1
* Handle tab-bar clicks on a GPM-capable console.Juri Linkov2020-01-131-0/+8
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-1/+2
|\
| * Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-011-1/+2
| * Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-221-1/+1
* | 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