Function: hui-menu-screen
hui-menu-screen is a byte-compiled function defined in hui-menu.el.
Signature
(hui-menu-screen IGNORED)
Documentation
Screen menu.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-menu.el
;; Dynamically compute submenus for Screen menu
(defun hui-menu-screen (_ignored)
"Screen menu."
(list
["Manual" (id-info "(hyperbole)HyControl") t]
"----"
["Control-Frames" hycontrol-enable-frames-mode t]
["Control-Windows" hycontrol-enable-windows-mode t]
"----"
(hui-menu-of-buffers)
(hui-menu-of-frames)
(hui-menu-of-windows)))