Fix cursor position after switching buffers

This commit is contained in:
eknauel 2005-05-17 08:07:23 +00:00
parent 31e0415c39
commit 88e805e52a
1 changed files with 2 additions and 1 deletions

View File

@ -284,7 +284,8 @@
(paint-result-window))
(begin
(focus-command-buffer!)
(paint-command-window-contents)))
(paint-command-window-contents)
(move-cursor command-buffer)))
(set! c-x-pressed #f)
(loop (wait-for-input))))