Variable: hycontrol-blank-buffer-name
hycontrol-blank-buffer-name is a customizable variable defined in
hycontrol.el.
Value
" BLANK"
Documentation
Blank buffer name used for to display in extra window grid windows.
Used after selected buffer list is exhausted. Start name with a space
for it to be omitted by list-buffers.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defcustom hycontrol-blank-buffer-name " BLANK"
"Blank buffer name used for to display in extra window grid windows.
Used after selected buffer list is exhausted. Start name with a space
for it to be omitted by `list-buffers'."
:type 'string
:group 'hyperbole-screen)