index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
term-tests.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-06-12
; Fix char encoding in term-tests.el
Stephane Zermatten
2025-06-12
Handle OSC sequences in term (bug#78263)
Stephane Zermatten
2025-04-13
Fix term.el bug with very short multibyte character chunk
Stephane Zermatten
2025-03-02
Add auto-margin enable/disable to term
Daniel Colascione
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-10-04
Fix term.el tests; refine previous change
Daniel Colascione
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-09-04
Use new ERT `skip-when` macro in tests
Stefan Kangas
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-10-05
In term-mode, handle ANSI codes, specifying italic and other modes
Miha Rihtaršič
2021-10-05
Add support for 256-color and 24bit ANSI colors in term-mode
Miha Rihtaršič
2021-09-23
Add support for "bright" ANSI colors in term-mode
Jim Porter
2021-08-26
Revert "Add support for "bright" ANSI colors in term-mode"
Lars Ingebrigtsen
2021-08-25
Add support for "bright" ANSI colors in term-mode
Jim Porter
2021-08-08
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-07-20
Merge from emacs-26
Noam Postavsky
2019-07-20
Handle completely undecoded input in term (Bug#29918)
Noam Postavsky
2019-06-07
Fix failures of term-tests on MS-Widows
Eli Zaretskii
2019-05-07
Fix setting and resetting of scroll-with-delete
John Shahid
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-06-10
Merge from emacs-26
Noam Postavsky
2018-06-10
Fix term.el cursor movement at bottom margin (Bug#31690)
Noam Postavsky
2018-06-01
Fix column double counting in term.el (Bug#31662)
John Shahid
2018-03-13
Fix line-wrapping for term.el (Bug#30775)
Noam Postavsky
2018-02-02
; Avoid process kill query during term tests
Noam Postavsky
2018-01-18
Add tests for term.el
Noam Postavsky