Fix cursor position after switching buffers
This commit is contained in:
parent
31e0415c39
commit
88e805e52a
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue