Function: hycontrol-frame-height

hycontrol-frame-height is a byte-compiled function defined in hycontrol.el.

Signature

(hycontrol-frame-height &optional FRAME)

Documentation

Return the height of optional FRAME or the selected frame.

This includes all graphical window manager decorations. Under a graphical window system, this is in pixels; otherwise, it is in characters.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-frame-height (&optional frame)
  "Return the height of optional FRAME or the selected frame.
This includes all graphical window manager decorations.  Under a
graphical window system, this is in pixels; otherwise, it is in
characters."
  (frame-pixel-height frame))