summaryrefslogtreecommitdiff
path: root/test/lisp/term-tests.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-06-12; Fix char encoding in term-tests.elStephane Zermatten
2025-06-12Handle OSC sequences in term (bug#78263)Stephane Zermatten
2025-04-13Fix term.el bug with very short multibyte character chunkStephane Zermatten
2025-03-02Add auto-margin enable/disable to termDaniel Colascione
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-04Fix term.el tests; refine previous changeDaniel Colascione
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-04Use new ERT `skip-when` macro in testsStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-05In term-mode, handle ANSI codes, specifying italic and other modesMiha Rihtaršič
2021-10-05Add support for 256-color and 24bit ANSI colors in term-modeMiha Rihtaršič
2021-09-23Add support for "bright" ANSI colors in term-modeJim Porter
2021-08-26Revert "Add support for "bright" ANSI colors in term-mode"Lars Ingebrigtsen
2021-08-25Add support for "bright" ANSI colors in term-modeJim Porter
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-20Merge from emacs-26Noam Postavsky
2019-07-20Handle completely undecoded input in term (Bug#29918)Noam Postavsky
2019-06-07Fix failures of term-tests on MS-WidowsEli Zaretskii
2019-05-07Fix setting and resetting of scroll-with-deleteJohn Shahid
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-06-10Merge from emacs-26Noam Postavsky
2018-06-10Fix term.el cursor movement at bottom margin (Bug#31690)Noam Postavsky
2018-06-01Fix column double counting in term.el (Bug#31662)John Shahid
2018-03-13Fix line-wrapping for term.el (Bug#30775)Noam Postavsky
2018-02-02; Avoid process kill query during term testsNoam Postavsky
2018-01-18Add tests for term.elNoam Postavsky