summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
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
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-28Tune SAFE_FREEPaul Eggert
2018-06-14Use record_unwind_protect_ptr to avoid allocationPaul Eggert
2018-06-07Add support for per-window face remappingDaniel Colascione
2018-06-02Fix display of TABs in hscrolled windows with line numbersEli Zaretskii
2018-04-28Port --enable-gcc-warnings to GCC 8Paul Eggert
2018-03-07Fix display of TABs in hscrolled windows with line numbersEli Zaretskii
2018-02-10Support standard Terminfo direct mode terminalsRami Ylimäki
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-25maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert
2017-09-17Avoid crash with C-g C-g in GCPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-08Avoid compiler warnings on MS-Windows with GCC 6 and 7Eli Zaretskii
2017-07-08Support display of line numbers nativelyEli Zaretskii
2017-06-30Fix hscrolling with line numbers on TTY framesEli Zaretskii
2017-06-24Partial fix of hscroll of truncated lines with line numbersEli Zaretskii
2017-06-24Fix tab stops when line numbers are displayedEli Zaretskii