mirror of
https://github.com/stumpwm/stumpwm.git
synced 2026-09-10 07:26:20 -04:00
fixed replacement of input line on spacebar press
This commit is contained in:
parent
3c1fd2e02b
commit
38545872f5
|
|
@ -791,7 +791,7 @@ functions are passed this structure as their first argument."
|
|||
(completion
|
||||
(emacs-style-command-complete
|
||||
(car (split-seq (input-line-string input) " ")))))
|
||||
(if (and (= 1 (length completion)))
|
||||
(if (and toggle (= 1 (length completion)))
|
||||
(progn
|
||||
(input-replace-line input (car completion))
|
||||
(input-insert-char input #\space))
|
||||
|
|
|
|||
Loading…
Reference in a new issue