aboutsummaryrefslogtreecommitdiffstats
path: root/etc/e/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add auto-margin enable/disable to termdancol/term-amDaniel Colascione2025-03-021-0/+3
| | | | | | | | | | | | | | | | | * test/lisp/term-tests.el (term-line-wrap-no-auto-margins): add test * lisp/term.el (term-auto-margins): new variable (term-mode): documentation (term-termcap-format): mention auto-margins flag (term-emulate-terminal): support it (term-reset-terminal): reset it (term-handle-ansi-escape): notice it * etc/e/eterm-color.ti: add auto margin capability * etc/e/README: fix build documentation * etc/NEWS: mention auto-margins
* Add support for 256-color and 24bit ANSI colors in term-modeMiha Rihtaršič2021-10-051-9/+9
| | | | | | | | | | | | | | (term-ansi-face-already-done): Make obsolete (term--maybe-brighten-color): Remove (term--color-as-hex): New function (term-handle-colors-array): Make obsolete in favour of the new function 'term--handle-colors-list'. (term--handle-colors-list): New function, that can also handle ANSI codes 38 and 48. (term-handle-ansi-escape): Use it * test/lisp/term-tests.el (ansi-test-strings): Add tests for 256-color and 24bit ANSI colors
* Prefer straight quoting in some etc text filesPaul Eggert2015-08-261-1/+1
| | | | | These files are plain text and might be used by non-Emacs apps. They’re mostly ASCII, so just use straight quotes.
* Mention how to remake eterm-color (moved here from ../Makefile).Glenn Morris2007-09-121-1/+4
|
* New file, with most information formerly in etc/Makefile.Glenn Morris2007-08-231-0/+9