[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/eat cbce601b8d 1/2: Fix input handling in Eshell
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/eat cbce601b8d 1/2: Fix input handling in Eshell |
Date: |
Sat, 16 Sep 2023 09:59:05 -0400 (EDT) |
branch: elpa/eat
commit cbce601b8d75b5020c1dbaeeda54c9e7b697fbd9
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@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