summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2024-10-22Fix commenting conventions.Eli Zaretskii
2024-10-22Initial child frames based on masterGerd Möllmann
2024-06-10Re-enable TTY glyph production for batch mode frames on AndroidPo Lu
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-05-04Fix implementation of the --terminal command-line switchEli Zaretskii
2024-04-28; * src/term.c (turn_on_face): Fix coding style.Po Lu
2024-04-27Add support for colored and styled underlines on tty framesMohsin Kaleem
2024-02-01* src/term.c (produce_glyphs): Synchronize with gui_produce_glyphs.Po Lu
2024-02-01Prevent continuation from affecting tab width in/after line prefixPo Lu
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-23Split safe_call between redisplay and non-redisplay versionsStefan Monnier
2023-09-05Minor adjustments to Android port stubsPo Lu
2023-07-27Update Android portPo Lu
2023-05-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-05-15Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-14Pacify GCC 13 -fanalyzer in tty_menu_activatePaul Eggert
2023-05-01; * src/term.c (syms_of_term): Pretend Android uses TERMINFO.Po Lu
2023-04-22Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-04-16; * src/term.c (init_tty): Fix last change. (Bug#62877)Eli Zaretskii
2023-04-16Fix strike-through attribute support on TTY framesEli Zaretskii
2023-01-13Update Android portPo Lu
2023-01-02Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31Bring up the Android operating system and its window systemPo Lu
2022-09-18Fix possible null pointer accessGerd Möllmann
2022-09-17Optimize tty display updates (bug#57727)Gerd Möllmann
2022-08-27Support "replacement characters" on TTY framesEli Zaretskii
2022-05-12Pacify GCC 12 in default developer buildPaul Eggert
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-27Improve detection of glyphless characters on TTY framesEli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-16Allow removing keymap definitionsLars Ingebrigtsen
2021-11-11; * src/term.c (init_tty): Fix last change.Eli Zaretskii
2021-11-11; * src/term.c (init_tty): Fix style of parentheses.Eli Zaretskii
2021-11-11Fix 8-color PuTTY -nw sessions broken by a recent commitEli Zaretskii
2021-11-11Support Tc terminfo flag for 24-bit color support in terminalTim Ruffing
2021-10-07Pacify GCC 10.3 -Wmaybe-uninitializedPaul Eggert
2021-10-03Remove encode_terminal_code UNINITsPaul Eggert
2021-09-09Merge branch 'feature/tab-bar-events'Juri Linkov
2021-08-18Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov
2021-08-18Disable auto compositions on the Linux console onlyLars Ingebrigtsen
2021-04-27Major rewrite of adjust_frame_sizeMartin Rudalics
2021-01-22Fix last change for DOS_NT systemsEli Zaretskii
2021-01-22Enable TTY mouse-face support when built without GPM supportJoão Távora
2021-01-16Make mouse-related calls be more consistent on all frame typesJared Finder
2021-01-01Update copyright year to 2021Paul Eggert