Now that we have two windows for the command buffer clearing the
window is easier
This commit is contained in:
parent
3669859bb9
commit
03f535f0f2
|
@ -369,7 +369,7 @@
|
|||
|
||||
(else
|
||||
(set! command-buffer (input command-buffer ch))
|
||||
(wclrtoeol (app-window-curses-win command-window))
|
||||
(werase (app-window-curses-win command-window))
|
||||
(print-command-buffer (app-window-curses-win command-window)
|
||||
command-buffer)
|
||||
(set! command-buffer (move-cursor command-buffer))
|
||||
|
|
Loading…
Reference in New Issue