Repaint only if input channel is empty
This commit is contained in:
parent
bd1f30f129
commit
543d9e63a7
|
@ -548,7 +548,8 @@
|
|||
(result-buffer-handle-key ch))
|
||||
(else
|
||||
(input (command-buffer) ch)
|
||||
(repaint-command-winow!))))
|
||||
(if (null? (select-port-channels 0 (current-input-port)))
|
||||
(repaint-command-winow!)))))
|
||||
|
||||
(define (repaint-command-winow!)
|
||||
(obtain-lock paint-lock)
|
||||
|
|
Loading…
Reference in New Issue