Fix input handling in Eshell

* eat.el (eat--eshell-local-mode): Make input processing
variables buffer-local.
This commit is contained in:
Akib Azmain Turja 2023-09-16 18:29:49 +06:00
parent 3fcf128840
commit cbce601b8d
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

2
eat.el
View file

@ -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