From cbce601b8d75b5020c1dbaeeda54c9e7b697fbd9 Mon Sep 17 00:00:00 2001 From: Akib Azmain Turja Date: Sat, 16 Sep 2023 18:29:49 +0600 Subject: [PATCH] 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 556b9e2..8cb314d 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