summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-04
* ; * src/term.c (turn_on_face): Fix coding style.Po Lu2024-04-28
* Add support for colored and styled underlines on tty framesMohsin Kaleem2024-04-27
* * src/term.c (produce_glyphs): Synchronize with gui_produce_glyphs.Po Lu2024-02-01
* Prevent continuation from affecting tab width in/after line prefixPo Lu2024-02-01
* Be more systematic about parens in C source codePaul Eggert2024-01-20
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-23
* | Minor adjustments to Android port stubsPo Lu2023-09-05
* | Update Android portPo Lu2023-07-27
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-18
|\ \
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-17
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-15
|\| |
| * | Pacify GCC 13 -fanalyzer in tty_menu_activatePaul Eggert2023-05-14
| |/
* | ; * src/term.c (syms_of_term): Pretend Android uses TERMINFO.Po Lu2023-05-01
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-04-22
|\|
| * ; * src/term.c (init_tty): Fix last change. (Bug#62877)Eli Zaretskii2023-04-16
| * Fix strike-through attribute support on TTY framesEli Zaretskii2023-04-16
* | Update Android portPo Lu2023-01-13
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-02
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Bring up the Android operating system and its window systemPo Lu2022-12-31
|/
* 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