; Expose `exwm-input-line-mode-passthrough' as a public interface.
This commit is contained in:
parent
46e1d7a754
commit
d0e9895748
2 changed files with 5 additions and 5 deletions
|
|
@ -80,7 +80,7 @@
|
|||
(logior xcb:EventMask:StructureNotify xcb:EventMask:PropertyChange))
|
||||
"Event mask set on all managed windows.")
|
||||
|
||||
(defvar exwm-input--line-mode-passthrough)
|
||||
(defvar exwm-input-line-mode-passthrough)
|
||||
(defvar exwm-input--global-prefix-keys)
|
||||
(defvar exwm-input-prefix-keys)
|
||||
(defvar exwm-input--simulation-prefix-keys)
|
||||
|
|
@ -154,7 +154,7 @@
|
|||
(lambda ()
|
||||
(interactive)
|
||||
(cond
|
||||
((or exwm-input--line-mode-passthrough
|
||||
((or exwm-input-line-mode-passthrough
|
||||
;; Do not test `exwm-input--during-command'.
|
||||
(active-minibuffer-window)
|
||||
(memq last-input-event exwm-input--global-prefix-keys)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue