Repaint everything after command execution in fg
part of darcs patch Thu Sep 22 23:28:32 EEST 2005 Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
This commit is contained in:
parent
cec1cc5d56
commit
c9bd3f8209
|
@ -246,11 +246,9 @@
|
|||
(append-to-history! new-entry)
|
||||
(signal-result-buffer-object-change)
|
||||
(obtain-lock paint-lock)
|
||||
(paint-active-command-window)
|
||||
(paint-result-window new-entry)
|
||||
(paint)
|
||||
(paint-result-window (entry-data (current-history-item)))
|
||||
(refresh-result-window)
|
||||
(move-cursor (command-buffer) (result-buffer))
|
||||
(refresh-command-window)
|
||||
(release-lock paint-lock)))))
|
||||
|
||||
(define (display-error-and-continue condition more)
|
||||
|
|
Loading…
Reference in New Issue