summaryrefslogtreecommitdiff
path: root/lisp/term.el
Commit message (Expand)AuthorAgeFilesLines
* Consider line spacing and font height when deriving proc window sizeJohn Shahid2019-06-071-1/+1
* Fix setting and resetting of scroll-with-deleteJohn Shahid2019-05-071-15/+28
* Prevent accidental edits in the ansi-term buffer from breaking resizingJohn Shahid2019-05-061-2/+4
* Fix more regular expression typosPaul Eggert2019-03-181-2/+2
* Add text properties to newlines used to unwrap long lines.John Shahid2019-02-271-0/+1
* * lisp/term.el: Fix minor compilation issues with cl-lib and lexbindStefan Monnier2019-02-241-65/+36
* Adjust line wrapping on window resize and killing textJohn Shahid2019-02-241-2/+54
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/term.el (term-read-noecho): Mark obsolete.Noam Postavsky2018-07-291-0/+1
* | Merge from origin/emacs-26Glenn Morris2018-07-241-4/+15
|\ \ | |/
| * Prevent line-mode term from showing user passwordsTino Calancha2018-07-231-4/+15
| * Don’t set EMACS=t if Bash is 4.4 or newerPaul Eggert2018-06-141-6/+28
* | Merge from emacs-26Noam Postavsky2018-06-101-4/+2
|\ \ | |/
| * Fix term.el cursor movement at bottom margin (Bug#31690)Noam Postavsky2018-06-101-4/+3
* | Merge from origin/emacs-26Glenn Morris2018-06-041-15/+16
|\ \ | |/
| * Fix remote-host directory tracking for shells in `term' buffersPhil Sainty2018-06-041-15/+16
* | Fix column double counting in term.el (Bug#31662)John Shahid2018-06-011-1/+2
* | Don’t set EMACS=t if Bash is 4.4 or newerPaul Eggert2018-05-261-6/+28
* | Merge from origin/emacs-26Glenn Morris2018-05-011-0/+3
|\ \ | |/
| * Fix pre- and post-command-hook errors in term.elKarl Otness2018-04-221-0/+3
* | Merge from origin/emacs-26Glenn Morris2018-04-201-2/+2
|\ \ | |/
| * Don't assume term-current-row cache is valid (Bug#31193)Noam Postavsky2018-04-181-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-04-041-0/+5
|\ \ | |/
| * Fix term.el rendering following a window resize (Bug#30544)Noam Postavsky2018-04-021-0/+5
* | Fix line-wrapping for term.el (Bug#30775)Noam Postavsky2018-03-131-3/+8
* | Merge from origin/emacs-26Paul Eggert2018-03-101-2/+2
|\ \ | |/
| * Replace the obsolete process-kill-without-query in documentationGlenn Morris2018-03-081-2/+2
* | Merge from origin/emacs-26Paul Eggert2018-03-041-2/+2
|\ \ | |/
| * ; Spelling fixesPaul Eggert2018-03-041-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-01-311-1/+3
|\ \ | |/
| * Clarify that `ansi-term' is almost the same as `term' (Bug#18106)Noam Postavsky2018-01-301-1/+3
* | Merge from origin/emacs-26Paul Eggert2018-01-221-9/+6
|\ \ | |/
| * * lisp/term.el (term-send-input): Fix text duplication in docstringtino calancha2018-01-211-9/+6
* | Merge from origin/emacs-26Glenn Morris2018-01-201-1/+2
|\ \ | |/
| * Add tests for term.elNoam Postavsky2018-01-181-1/+2
| * Handle split AnSiT messages for term.el (Bug#17231)Callum Cameron2018-01-181-0/+15
* | Switch term.el to lexical binding, and clean up code a bitNoam Postavsky2018-01-181-382/+281
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Avoid creating inconsistent buffer states in term-char-modePhil Sainty2017-10-211-0/+98
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/term.el (term-mode): Use `window-text-height' (Bug#5615).Noam Postavsky2017-08-191-1/+1
* * lisp/shell.el (explicit-shell-file-name): Mention shell-file-nameStefan Monnier2017-08-041-4/+2
* Support Bash Ctrl-Z indication of directory name in term.elMichael Hoffman2017-01-271-7/+8
* Fix term.el handling of ^Z-sequences spanning chunksJohan Claesson2017-01-041-2/+2
* Handle multibyte chars spanning chunks in term.elNoam Postavsky2017-01-031-8/+31
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-0/+8
|\ \ | |/
| * Send text received by bracketed paste to processPhilipp Stephani2016-11-101-0/+8