Variable: hycontrol-frame-heights
hycontrol-frame-heights is a variable defined in hycontrol.el.
Value
(1.0 0.75 0.666 0.5 0.333 0.25)
Documentation
List of height percentages to cycle through when adjusting a frame's height.
0.75 and 75 are treated as the same percentage.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defvar hycontrol-frame-heights
'(1.0 0.75 0.666 0.5 0.333 0.25)
"List of height percentages to cycle through when adjusting a frame's height.
0.75 and 75 are treated as the same percentage.")