branch: elpa/eat
commit 80ce477055cf50a17dbdb4ae1d81d4c6ae1f2442
Author: Akib Azmain Turja <a...@disroot.org>
Commit: Akib Azmain Turja <a...@disroot.org>

    Fix Bash long startup when run from Eshell
    
    * eat.el (eat--eshell-handle-uic): Acknowledge when input
    history file is sent by the shell.
---
 eat.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eat.el b/eat.el
index a53b2fe8af..316ac3656d 100644
--- a/eat.el
+++ b/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.
     ))
 

Reply via email to