[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (e498e5b -> 0707fdd)
From: |
Lars Ingebrigtsen |
Subject: |
master updated (e498e5b -> 0707fdd) |
Date: |
Tue, 5 Oct 2021 02:55:40 -0400 (EDT) |
larsi pushed a change to branch master.
from e498e5b Make `memory-report-object-size' work standalone
new 21dcb98 Optimize ansi-color.el
new 0fa2279 Add support for 256-color and 24bit ANSI colors in
ansi-color
new 76895fc Add support for 256-color and 24bit ANSI colors in
term-mode
new 0707fdd In term-mode, handle ANSI codes, specifying italic and
other modes
Summary of changes:
etc/NEWS | 16 ++
etc/e/README | 18 +--
etc/e/eterm-color | Bin 1179 -> 1296 bytes
etc/e/eterm-color.ti | 19 ++-
etc/e/eterm-direct | Bin 0 -> 1375 bytes
lisp/ansi-color.el | 353 +++++++++++++++++++++++++++++++-----------
lisp/term.el | 338 +++++++++++++++++++++++-----------------
test/lisp/ansi-color-tests.el | 12 +-
test/lisp/term-tests.el | 38 +++--
9 files changed, 529 insertions(+), 265 deletions(-)
create mode 100644 etc/e/eterm-direct
- master updated (e498e5b -> 0707fdd),
Lars Ingebrigtsen <=
- master 0707fdd 4/4: In term-mode, handle ANSI codes, specifying italic and other modes, Lars Ingebrigtsen, 2021/10/05
- master 0fa2279 2/4: Add support for 256-color and 24bit ANSI colors in ansi-color, Lars Ingebrigtsen, 2021/10/05
- master 21dcb98 1/4: Optimize ansi-color.el, Lars Ingebrigtsen, 2021/10/05
- master 76895fc 3/4: Add support for 256-color and 24bit ANSI colors in term-mode, Lars Ingebrigtsen, 2021/10/05