]> git.eshelyaron.com Git - emacs.git/commit
In term-mode, handle ANSI codes, specifying italic and other modes
authorMiha Rihtaršič <miha@kamnitnik.top>
Mon, 27 Sep 2021 13:15:57 +0000 (15:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 5 Oct 2021 06:54:25 +0000 (08:54 +0200)
commit0707fdd36cffe2211614b921cbc8dcd44e9cd880
tree063f7a8c04bae83a21eb75bf244cba0c65716425
parent76895fcd0b667eadd78bfe6cf51619f8b00e157f
In term-mode, handle ANSI codes, specifying italic and other modes

* etc/e/eterm-color.ti: Add new capabilities
* lisp/term.el: New faces and variables to support new ANSI modes.
(term-termcap-format): Add new capabilities
(term-emulate-terminal): When saving cursor, additionally save the new
variables.
(term--handle-colors-list): Handle ANSI codes, specifying italic other
modes.
* test/lisp/term-tests.el (ansi-test-strings): Adjust tests.
etc/NEWS
etc/e/eterm-color
etc/e/eterm-color.ti
etc/e/eterm-direct
lisp/term.el
test/lisp/term-tests.el