summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAge
* Disable auto compositions on the Linux console onlyLars Ingebrigtsen2021-08-18
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-27
* Fix last change for DOS_NT systemsEli Zaretskii2021-01-22
* Enable TTY mouse-face support when built without GPM supportJoão Távora2021-01-22
* Make mouse-related calls be more consistent on all frame typesJared Finder2021-01-16
* Update copyright year to 2021Paul Eggert2021-01-01
* Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.Jared Finder2020-11-21
* Face-changing text properties and help-echo now work with xterm-mouse.Jared Finder2020-11-14
* * src/term.c (handle_one_term_event): Simplify.Stefan Monnier2020-11-04
* Make TTY menus work with xterm-mouse-modeJared Finder2020-10-24
* Merge from origin/emacs-27Glenn Morris2020-10-10
|\
| * A better fix for bug#43886Eli Zaretskii2020-10-10
* | ; Fix typosStefan Kangas2020-09-21
* | Minor cleanup of last changeEli Zaretskii2020-09-18
* | TTY Support for ECMA-48 strike-through graphic renditionMike Hamrick2020-09-18
* | Add fallback for 24-bit terminal color via COLORTERM=truecolorJan Beich2020-06-20
|/
* Avoid crashes on TTY frames with over-long compositionsEli Zaretskii2020-04-28
* Handle tab-bar clicks on a GPM-capable console.Juri Linkov2020-01-13
* Update copyright year to 2020Paul Eggert2020-01-01
* Merge branch 'feature/tabs'Juri Linkov2019-10-01
|\
| * Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
| * Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-22
* | Remove obsolete Lint directivesPaul Eggert2019-09-16
|/
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-04
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* Remove no-longer-needed fflushes of stderrPaul Eggert2019-06-20
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-26
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Don’t assume timersub and gettimeofdayPaul Eggert2019-02-23
* Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Merge from origin/emacs-26Glenn Morris2018-10-03
|\|
| * Cleanup when opening a new terminal fails. (Bug#32794)John Shahid2018-09-29
| * Fix display of TABs in hscrolled windows with line numbersEli Zaretskii2018-06-02
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | Tune SAFE_FREEPaul Eggert2018-06-28
* | Use record_unwind_protect_ptr to avoid allocationPaul Eggert2018-06-14
* | Add support for per-window face remappingDaniel Colascione2018-06-07
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-28
* | Fix display of TABs in hscrolled windows with line numbersEli Zaretskii2018-03-07
* | Support standard Terminfo direct mode terminalsRami Ylimäki2018-02-10
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-25
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-01
* Avoid crash with C-g C-g in GCPaul Eggert2017-09-17