summaryrefslogtreecommitdiff
path: root/etc/e
AgeCommit message (Collapse)Author
2022-01-24Implement alternative sub-buffer support in term.elMiha Rihtaršič
* 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
2021-10-05In term-mode, handle ANSI codes, specifying italic and other modesMiha Rihtaršič
* 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.
2021-10-05Add support for 256-color and 24bit ANSI colors in term-modeMiha Rihtaršič
(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
2015-08-26Prefer straight quoting in some etc text filesPaul Eggert
These files are plain text and might be used by non-Emacs apps. They’re mostly ASCII, so just use straight quotes.
2011-11-26Spelling fixes.Paul Eggert
2009-08-07* term.el (term-handle-ansi-escape): Add comments with theDan Nicolaescu
terminfo capabilities implemented. * e/eterm-color.ti (msgr, u6, u7): New capabilities.
2007-09-12Mention how to remake eterm-color (moved here from ../Makefile).Glenn Morris
2007-08-23New file, with most information formerly in etc/Makefile.Glenn Morris
2007-02-17Add comment on lack of copyright.Glenn Morris
2006-01-15* e/eterm-color.ti: Re-enable the ri entry. Add kich1.Dan Nicolaescu
* 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.
2005-12-28* e/eterm-color.ti: Temporarily disable the ri entry.Dan Nicolaescu
* e/eterm-color: Regenerate.
2005-10-27(el1): Undo 2005-10-23 change.Dan Nicolaescu
Add some comments on how to update this file. Add ri capability that has long been supported by term.el.
2005-10-24(el1): Capability deleted, since term.el doesn't implement it.Richard M. Stallman
2005-10-20* e/eterm-color.ti: Change the terminal name to eterm-color.Dan Nicolaescu
* e/eterm-color: Regenerate.
2005-10-20Renamed eterm to eterm-color and eterm.ti to eterm-color.ti.Eli Zaretskii
2005-04-25* e/eterm.ti: Add a comment.Dan Nicolaescu
* 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.
2004-12-11* e/eterm.ti: Add rs1.Dan Nicolaescu
* e/eterm: Regenerate.
2004-09-26Regenerate.Dan Nicolaescu
2004-09-26Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.Dan Nicolaescu
Reformat.
2004-09-17From Dan Nicolaescu <dann@ics.uci.edu>Kim F. Storm
Regenerate.
2004-09-17From Dan Nicolaescu <dann@ics.uci.edu>Kim F. Storm
Change the strings for smso and rmso.
2004-09-07Regenerate with `op' entry (from Dan Nicolaescu).Kim F. Storm
2004-09-07Add `op' entry to enable colors in term (from Dan Nicolaescu).Kim F. Storm
1999-10-03#Dave Love