mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 10:53:23 +00:00
; Fix last change.
This commit is contained in:
parent
6c13da2caf
commit
323ac96236
1 changed files with 3 additions and 0 deletions
|
@ -3069,6 +3069,9 @@ See `term-prompt-regexp'."
|
|||
(defconst term-control-seq-prefix-regexp
|
||||
"[\032\e]")
|
||||
|
||||
(defconst term--osc-max-bytes (* 32 1024 1024)
|
||||
"Limit the length of OSC sequences to keep in memory.")
|
||||
|
||||
(defun term-emulate-terminal (proc str)
|
||||
(when (buffer-live-p (process-buffer proc))
|
||||
(with-current-buffer (process-buffer proc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue