summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix possible null pointer accessGerd Möllmann2022-09-18
* Optimize tty display updates (bug#57727)Gerd Möllmann2022-09-17
* Support "replacement characters" on TTY framesEli Zaretskii2022-08-27
* Pacify GCC 12 in default developer buildPaul Eggert2022-05-12
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* Improve detection of glyphless characters on TTY framesEli Zaretskii2022-01-27
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Allow removing keymap definitionsLars Ingebrigtsen2021-11-16
* | ; * src/term.c (init_tty): Fix last change.Eli Zaretskii2021-11-11
* | ; * src/term.c (init_tty): Fix style of parentheses.Eli Zaretskii2021-11-11
* | Fix 8-color PuTTY -nw sessions broken by a recent commitEli Zaretskii2021-11-11
* | Support Tc terminfo flag for 24-bit color support in terminalTim Ruffing2021-11-11
|/
* Pacify GCC 10.3 -Wmaybe-uninitializedPaul Eggert2021-10-07
* Remove encode_terminal_code UNINITsPaul Eggert2021-10-03
* Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-09
|\
| * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-18
* | 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