summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
* Pacify GCC 13 -fanalyzer in tty_menu_activatePaul Eggert2023-05-141-1/+1
* ; * src/term.c (init_tty): Fix last change. (Bug#62877)Eli Zaretskii2023-04-161-1/+1
* Fix strike-through attribute support on TTY framesEli Zaretskii2023-04-161-0/+8
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix possible null pointer accessGerd Möllmann2022-09-181-1/+3
* Optimize tty display updates (bug#57727)Gerd Möllmann2022-09-171-0/+38
* Support "replacement characters" on TTY framesEli Zaretskii2022-08-271-5/+17
* Pacify GCC 12 in default developer buildPaul Eggert2022-05-121-1/+1
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-1/+1
* Improve detection of glyphless characters on TTY framesEli Zaretskii2022-01-271-2/+6
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Allow removing keymap definitionsLars Ingebrigtsen2021-11-161-7/+9
* | ; * src/term.c (init_tty): Fix last change.Eli Zaretskii2021-11-111-1/+1
* | ; * src/term.c (init_tty): Fix style of parentheses.Eli Zaretskii2021-11-111-3/+3
* | Fix 8-color PuTTY -nw sessions broken by a recent commitEli Zaretskii2021-11-111-1/+1
* | Support Tc terminfo flag for 24-bit color support in terminalTim Ruffing2021-11-111-4/+6
|/
* Pacify GCC 10.3 -Wmaybe-uninitializedPaul Eggert2021-10-071-1/+1
* Remove encode_terminal_code UNINITsPaul Eggert2021-10-031-3/+4
* Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-15/+2
|\
| * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-181-15/+2
* | Disable auto compositions on the Linux console onlyLars Ingebrigtsen2021-08-181-3/+10
|/
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-3/+1
* Fix last change for DOS_NT systemsEli Zaretskii2021-01-221-1/+9
* Enable TTY mouse-face support when built without GPM supportJoão Távora2021-01-221-19/+16
* Make mouse-related calls be more consistent on all frame typesJared Finder2021-01-161-3/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* 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