minor fix: send return key to result buffer as well
This commit is contained in:
parent
f994674432
commit
c59f7fdcda
|
@ -639,7 +639,8 @@
|
|||
(if (focus-on-command-buffer?)
|
||||
(begin
|
||||
(handle-return-key)
|
||||
(repaint-command-winow!)))))
|
||||
(repaint-command-winow!))
|
||||
(result-buffer-handle-key ch))))
|
||||
|
||||
(define-key! key-tab
|
||||
(lambda (ch)
|
||||
|
|
Loading…
Reference in New Issue