Make status line reappear correctly when returning from compile text
This commit is contained in:
parent
121195a1ad
commit
860be95b7b
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ Additionally ensures correct line numbers on the way, as a bonus."
|
|||
(do-view-lines (line number) view
|
||||
(redisplay-line line)
|
||||
(setf (bottom-line view) line))
|
||||
(update-buffer-cursor (buffer view)))
|
||||
(redisplay-status-line :completely-p t))
|
||||
|
||||
(defmethod update-view-bottom ((view buffer-view))
|
||||
(do-view-lines (line number) view
|
||||
|
|
Loading…
Add table
Reference in a new issue