aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term.el (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-20Remove subsumed repetitions in regexpsMattias Engdegård1-2/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-24Trivial docstring fixesJuanma Barranquero1-1/+1
2019-10-07Quadruple term-buffer-maximum-size (Bug#37584)Stefan Kangas1-7/+7
2019-10-01Remove XEmacs compat code from term.el (Bug#37524)Stefan Kangas1-16/+9
2019-09-19lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero1-1/+1
2019-07-27Allow serial-term to take an optional argument for line-modeLars Ingebrigtsen1-3/+12
2019-07-25; * lisp/term.el: Add missing / to esc seq commentary.Noam Postavsky1-1/+1
2019-07-25Mention term.el's \032 dir tracking in commentary (Bug#19524)Noam Postavsky1-91/+52
2019-07-20Handle completely undecoded input in term (Bug#29918)Noam Postavsky1-4/+5
2019-06-07Consider line spacing and font height when deriving proc window sizeJohn Shahid1-1/+1
2019-05-07Fix setting and resetting of scroll-with-deleteJohn Shahid1-15/+28
2019-05-06Prevent accidental edits in the ansi-term buffer from breaking resizingJohn Shahid1-2/+4
2019-03-18Fix more regular expression typosPaul Eggert1-2/+2
2019-02-27Add text properties to newlines used to unwrap long lines.John Shahid1-0/+1
2019-02-24* lisp/term.el: Fix minor compilation issues with cl-lib and lexbindStefan Monnier1-65/+36
2019-02-24Adjust line wrapping on window resize and killing textJohn Shahid1-2/+54
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-07-29* lisp/term.el (term-read-noecho): Mark obsolete.Noam Postavsky1-0/+1
2018-07-23Prevent line-mode term from showing user passwordsTino Calancha1-4/+15
2018-06-14Don’t set EMACS=t if Bash is 4.4 or newerPaul Eggert1-6/+28
2018-06-10Fix term.el cursor movement at bottom margin (Bug#31690)Noam Postavsky1-4/+3
2018-06-04Fix remote-host directory tracking for shells in `term' buffersPhil Sainty1-15/+16
2018-06-01Fix column double counting in term.el (Bug#31662)John Shahid1-1/+2
2018-05-26Don’t set EMACS=t if Bash is 4.4 or newerPaul Eggert1-6/+28
2018-04-22Fix pre- and post-command-hook errors in term.elKarl Otness1-0/+3
2018-04-18Don't assume term-current-row cache is valid (Bug#31193)Noam Postavsky1-2/+2
2018-04-02Fix term.el rendering following a window resize (Bug#30544)Noam Postavsky1-0/+5
2018-03-13Fix line-wrapping for term.el (Bug#30775)Noam Postavsky1-3/+8
2018-03-08Replace the obsolete process-kill-without-query in documentationGlenn Morris1-2/+2
2018-03-04; Spelling fixesPaul Eggert1-2/+2
2018-01-30Clarify that `ansi-term' is almost the same as `term' (Bug#18106)Noam Postavsky1-1/+3
2018-01-21* lisp/term.el (term-send-input): Fix text duplication in docstringtino calancha1-9/+6
2018-01-18Switch term.el to lexical binding, and clean up code a bitNoam Postavsky1-382/+281
2018-01-18Add tests for term.elNoam Postavsky1-1/+2
2018-01-18Handle split AnSiT messages for term.el (Bug#17231)Callum Cameron1-0/+15
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-10-21Avoid creating inconsistent buffer states in term-char-modePhil Sainty1-0/+98
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-08-19* lisp/term.el (term-mode): Use `window-text-height' (Bug#5615).Noam Postavsky1-1/+1
2017-08-04* lisp/shell.el (explicit-shell-file-name): Mention shell-file-nameStefan Monnier1-4/+2
2017-01-27Support Bash Ctrl-Z indication of directory name in term.elMichael Hoffman1-7/+8
2017-01-04Fix term.el handling of ^Z-sequences spanning chunksJohan Claesson1-2/+2
2017-01-03Handle multibyte chars spanning chunks in term.elNoam Postavsky1-8/+31
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-11-10Send text received by bracketed paste to processPhilipp Stephani1-0/+8
2016-11-02Revert "Disable bracketed paste in a terminal in char mode"Daniel Colascione1-7/+0
2016-10-15Disable bracketed paste in a terminal in char modePhilipp Stephani1-0/+7
2016-10-15Keep point when switching from and to *terminal* bufferEli Zaretskii1-6/+10
2016-06-26Don't set 'bidi-paragraph-direction' in 'ansi-term'Eli Zaretskii1-11/+1