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:
eknauel 2005-09-27 16:36:58 +00:00
parent cec1cc5d56
commit c9bd3f8209
1 changed files with 2 additions and 4 deletions

View File

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