mirror of https://codeberg.org/cage/tinmop/
- removed debug message.
This commit is contained in:
parent
0e9c521fc1
commit
a6306349a9
|
@ -557,9 +557,7 @@ command line."
|
||||||
(when 'hooks:*after-char-to-command-window*
|
(when 'hooks:*after-char-to-command-window*
|
||||||
(hooks:run-hook 'hooks:*after-char-to-command-window*
|
(hooks:run-hook 'hooks:*after-char-to-command-window*
|
||||||
command-window))
|
command-window))
|
||||||
(show-candidate-completion command-window))))
|
(show-candidate-completion command-window))))))))
|
||||||
(t
|
|
||||||
(misc:dbg "unknow ~s ~a" decoded-event (type-of decoded-event)))))))
|
|
||||||
command-window)
|
command-window)
|
||||||
|
|
||||||
(defun set-input-mode (win mode suggestions-cached-win)
|
(defun set-input-mode (win mode suggestions-cached-win)
|
||||||
|
|
Loading…
Reference in New Issue