Function: corfu--window-change
corfu--window-change is a byte-compiled function defined in corfu.el.
Signature
(corfu--window-change _)
Documentation
Window and buffer change hook which quits Corfu.
Source Code
;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu.el
(defun corfu--window-change (_)
"Window and buffer change hook which quits Corfu."
(unless (corfu--range-valid-p)
(corfu-quit)))