summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
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
2020-11-21Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.Jared Finder
2020-11-14Face-changing text properties and help-echo now work with xterm-mouse.Jared Finder
2020-11-04* src/term.c (handle_one_term_event): Simplify.Stefan Monnier
2020-10-24Make TTY menus work with xterm-mouse-modeJared Finder
2020-10-10Merge from origin/emacs-27Glenn Morris
2020-10-10A better fix for bug#43886Eli Zaretskii
2020-09-21; Fix typosStefan Kangas
2020-09-18Minor cleanup of last changeEli Zaretskii
2020-09-18TTY Support for ECMA-48 strike-through graphic renditionMike Hamrick
2020-06-20Add fallback for 24-bit terminal color via COLORTERM=truecolorJan Beich
2020-04-28Avoid crashes on TTY frames with over-long compositionsEli Zaretskii
2020-01-13Handle tab-bar clicks on a GPM-capable console.Juri Linkov
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-01Merge branch 'feature/tabs'Juri Linkov
2019-10-01Remove unused code and reformat to 70 columns.Juri Linkov
2019-09-22Take into account FRAME_TAB_BAR height in more places.Juri Linkov
2019-09-16Remove obsolete Lint directivesPaul Eggert
2019-08-04Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics
2019-07-08Use fewer locks when accessing stdioPaul Eggert
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-06-20Remove no-longer-needed fflushes of stderrPaul Eggert
2019-04-26Add terminal hook defined_color_hookAlexander Gramiak
2019-04-18Mark _Noreturn error functions as coldPaul Eggert
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert
2019-02-23Don’t assume timersub and gettimeofdayPaul Eggert
2019-02-01Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-10-03Merge from origin/emacs-26Glenn Morris
2018-09-29Cleanup when opening a new terminal fails. (Bug#32794)John Shahid