aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-1/+1
* Minor adjustments to Android port stubsPo Lu2023-09-051-11/+14
* Update Android portPo Lu2023-07-271-2/+2
* Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-1/+1
|\
| * Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-151-1/+1
|\ \ | |/
| * Pacify GCC 13 -fanalyzer in tty_menu_activatePaul Eggert2023-05-141-1/+1
* | ; * src/term.c (syms_of_term): Pretend Android uses TERMINFO.Po Lu2023-05-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-04-221-0/+8
|\ \ | |/
| * ; * 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
* | Update Android portPo Lu2023-01-131-5/+5
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Bring up the Android operating system and its window systemPo Lu2022-12-311-16/+119
|/
* 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