Fix Bash long startup when run from Eshell
* eat.el (eat--eshell-handle-uic): Acknowledge when input history file is sent by the shell.
This commit is contained in:
parent
48edc9befe
commit
80ce477055
1 changed files with 3 additions and 0 deletions
3
eat.el
3
eat.el
|
@ -6827,6 +6827,9 @@ PROGRAM can be a shell command."
|
|||
(let cmd (zero-or-more anything))
|
||||
string-end)
|
||||
(eat--set-cmd cmd))
|
||||
;; UIC e ; I ; 0 ; <t> ST.
|
||||
((rx string-start "e;I;0;" (zero-or-more anything) string-end)
|
||||
(eat-term-send-string eat--terminal "\e]51;e;I;0\e\\"))
|
||||
;; Other sequences are ignored.
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue