Function: hycontrol-frame-height-percentage-of-screen

hycontrol-frame-height-percentage-of-screen is an interactive and byte-compiled function defined in hycontrol.el.

Signature

(hycontrol-frame-height-percentage-of-screen PERCENT)

Documentation

Resize the selected frame's height to be approximately PERCENT of the screen.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-frame-height-percentage-of-screen (percent)
  "Resize the selected frame's height to be approximately PERCENT of the screen."
  (interactive "nResize frame height to be this percent of the screen (1-100): ")
  (hycontrol-frame-percentage-of-screen percent 'height))