summaryrefslogtreecommitdiff
path: root/lisp/term.el
Commit message (Expand)AuthorAgeFilesLines
* Don't have `M-x term' call `term-mode' twiceLars Ingebrigtsen2021-11-041-1/+0
* *-watch-for-password-prompt: Use run-at-time to read passwordMiha Rihtaršič2021-10-181-1/+8
* Fix :version of new faces in term.elMichael Albinus2021-10-161-4/+4
* Documentation fixes for recent ansi-color additionsMiha Rihtaršič2021-10-061-2/+2
* In term-mode, handle ANSI codes, specifying italic and other modesMiha Rihtaršič2021-10-051-26/+79
* Add support for 256-color and 24bit ANSI colors in term-modeMiha Rihtaršič2021-10-051-128/+121
* Add support for "bright" ANSI colors in term-modeJim Porter2021-09-231-50/+139
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-20/+18
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-2/+1
* Tweak how term-emulate-terminal selects windowsLars Ingebrigtsen2021-09-171-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Make `M-x term' offer completionLars Ingebrigtsen2021-09-041-4/+4
* Revert "Add support for "bright" ANSI colors in term-mode"Lars Ingebrigtsen2021-08-261-102/+31
* Revert "Add missing :version tags to new faces"Lars Ingebrigtsen2021-08-261-16/+8
* Add missing :version tags to new facesEli Zaretskii2021-08-251-8/+16
* Add support for "bright" ANSI colors in term-modeJim Porter2021-08-251-31/+102
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-3/+3
* `term-char-mode' doc string clarificationLars Ingebrigtsen2021-07-221-1/+4
* Maintain a list of terminal buffers in the menuLars Ingebrigtsen2021-07-181-1/+24
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-4/+2
* Protect against killed buffers in term-emulate-terminalLars Ingebrigtsen2021-02-051-325/+326
* Remove some unnecessary references to Emacs 19Stefan Kangas2021-02-041-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten over-wide docstrings in variablesStefan Kangas2020-12-191-2/+2
* term.el comment updateLars Ingebrigtsen2020-12-081-1/+1
* Prefer setq-local in term.elStefan Kangas2020-12-081-20/+17
* Define explicit-shell-file-name only in shell.elBasil L. Contovounesios2020-12-031-15/+6
* Use null-device where appropriateMichael Albinus2020-11-251-2/+2
* Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-241-7/+0
* Remove redundant 'function's around lambdasStefan Kangas2020-11-171-7/+6
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-1/+1
* Don't quote lambdas in several placesStefan Kangas2020-10-011-4/+4
* * lisp/term.el: Make C-/ undo in a nested Emacs subprocessStefan Monnier2020-09-301-0/+2
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-5/+3
* term.el: Use correct exit status in suggested dir-tracking functionsPhil Sainty2020-08-261-3/+3
* Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-241-48/+1
* Add new variable term-set-terminal-size (not setting LINES/COLUMNS)Lars Ingebrigtsen2020-08-151-3/+11
* ; Touch up last term.el-related changesBasil L. Contovounesios2020-08-131-0/+1
* Add a new variable to not recenter term on all inputRyan Crum2020-08-131-3/+14
* Remove subsumed repetitions in regexpsMattias Engdegård2020-02-201-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Trivial docstring fixesJuanma Barranquero2019-12-241-1/+1
* Quadruple term-buffer-maximum-size (Bug#37584)Stefan Kangas2019-10-071-7/+7
* Remove XEmacs compat code from term.el (Bug#37524)Stefan Kangas2019-10-011-16/+9
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* Merge from origin/emacs-26Glenn Morris2019-07-301-79/+52
|\
| * ; * lisp/term.el: Add missing / to esc seq commentary.Noam Postavsky2019-07-251-1/+1
| * Mention term.el's \032 dir tracking in commentary (Bug#19524)Noam Postavsky2019-07-251-91/+52
* | Allow serial-term to take an optional argument for line-modeLars Ingebrigtsen2019-07-271-3/+12
* | Merge from emacs-26Noam Postavsky2019-07-201-4/+5
|\|