aboutsummaryrefslogtreecommitdiffstats
path: root/etc/e (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add auto-margin enable/disable to termdancol/term-amDaniel Colascione2025-03-024-2/+7
| | | | | | | | | | | | | | | | | * 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
* Implement alternative sub-buffer support in term.elMiha Rihtaršič2022-01-243-2/+3
| | | | | | | | | | | | | | * etc/e/eterm-color.ti: Added termcaps for entering and leaving an alternative sub-buffer. * lisp/term.el (term-reset-size): Resize correctly in an alternative sub-buffer is in use. (term-clear-full-screen-programs): New user option. (term-handle-ansi-escape): (term-termcap-format): Handle termcaps for entering and leaving an alternative sub-buffer. (term-switch-to-alternate-sub-buffer): New (used to be commented out) function to enter or leave an alternative sub-buffer. bug#53485
* In term-mode, handle ANSI codes, specifying italic and other modesMiha Rihtaršič2021-10-053-0/+4
| | | | | | | | | | | * 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.
* Add support for 256-color and 24bit ANSI colors in term-modeMiha Rihtaršič2021-10-054-13/+20
| | | | | | | | | | | | | | (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.
* Spelling fixes.Paul Eggert2011-11-261-1/+1
|
* * term.el (term-handle-ansi-escape): Add comments with theDan Nicolaescu2009-08-072-0/+3
| | | | | | terminfo capabilities implemented. * e/eterm-color.ti (msgr, u6, u7): New capabilities.
* 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
|
* Add comment on lack of copyright.Glenn Morris2007-02-171-0/+5
|
* * e/eterm-color.ti: Re-enable the ri entry. Add kich1.Dan Nicolaescu2006-01-152-1/+2
| | | | | | | | | | | | | | | | | | | | * term.el (term-raw-map): Add mapping for insert. (term-send-insert): New. (term-mode): Make variables local here instead of doing it in `term-emulate-terminal'. (term-emulate-terminal): Delete incorrect optimization for cr+lf. Scroll reverse needs to take into account the scroll region. Saving and restoring the cursor should save the color attributes too. (term-reset-terminal): Reset the scroll region. (term-handle-ansi-escape): Cursor up and down should take into account the scroll region. (term-set-scroll-region): Renamed from `term-scroll-region'. Move to 0,0 after setting the region. (term-handle-scroll): Handle scroll up. (term-down): Fix off by one error. (term-delete-lines): Do not delete outside the scroll region. (term-insert-lines): Take into account the scroll region.
* * e/eterm-color.ti: Temporarily disable the ri entry.Dan Nicolaescu2005-12-282-1/+1
| | | | * e/eterm-color: Regenerate.
* (el1): Undo 2005-10-23 change.Dan Nicolaescu2005-10-272-0/+7
| | | | | Add some comments on how to update this file. Add ri capability that has long been supported by term.el.
* (el1): Capability deleted, since term.el doesn't implement it.Richard M. Stallman2005-10-241-1/+0
|
* * e/eterm-color.ti: Change the terminal name to eterm-color.Dan Nicolaescu2005-10-202-1/+1
| | | | * e/eterm-color: Regenerate.
* Renamed eterm to eterm-color and eterm.ti to eterm-color.ti.Eli Zaretskii2005-10-203-0/+0
|
* * e/eterm.ti: Add a comment.Dan Nicolaescu2005-04-252-1/+1
| | | | | | | | * e/eterm: Regenerate. * term.el (ansi-term-color-vector): Use the xterm colors. (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
* * e/eterm.ti: Add rs1.Dan Nicolaescu2004-12-112-0/+2
| | | | * e/eterm: Regenerate.
* Regenerate.Dan Nicolaescu2004-09-261-0/+0
|
* Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.Dan Nicolaescu2004-09-261-19/+59
| | | | Reformat.
* From Dan Nicolaescu <dann@ics.uci.edu>Kim F. Storm2004-09-171-0/+0
| | | | Regenerate.
* From Dan Nicolaescu <dann@ics.uci.edu>Kim F. Storm2004-09-171-2/+2
| | | | Change the strings for smso and rmso.
* Regenerate with `op' entry (from Dan Nicolaescu).Kim F. Storm2004-09-071-0/+0
|
* Add `op' entry to enable colors in term (from Dan Nicolaescu).Kim F. Storm2004-09-071-1/+1
|
* #Dave Love1999-10-032-0/+21