Function: vertico--window-width
vertico--window-width is a byte-compiled function defined in
vertico.el.
Signature
(vertico--window-width)
Documentation
Return minimum width of windows, which display the minibuffer.
Source Code
;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico.el
(defun vertico--window-width ()
"Return minimum width of windows, which display the minibuffer."
(cl-loop for win in (get-buffer-window-list) minimize (window-width win)))