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

    Fix input handling in Eshell
    
    * eat.el (eat--eshell-local-mode): Make input processing
    variables buffer-local.
---
 eat.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eat.el b/eat.el
index 556b9e283f..8cb314d62b 100644
--- a/eat.el
+++ b/eat.el
@@ -7155,6 +7155,8 @@ symbol `buffer', in which case the point of current 
buffer is set."
                   eat--terminal
                   eat--synchronize-scroll-function
                   eat--mouse-grabbing-type
+                  eat--pending-input-chunks
+                  eat--process-input-queue-timer
                   eat--pending-output-chunks
                   eat--output-queue-first-chunk-time
                   eat--process-output-queue-timer

Reply via email to