Function: ediff-display-pixel-height
ediff-display-pixel-height is a function alias for
display-pixel-height, defined in frame.el.gz.
This function is obsolete since 27.1; use display-pixel-height
instead.
Signature
(ediff-display-pixel-height &optional DISPLAY)
Documentation
Return the height of DISPLAY's screen in pixels.
DISPLAY can be a display name or a frame. If DISPLAY is omitted or nil, it defaults to the selected frame's display.
For character terminals, each character counts as a single pixel.
For graphical terminals, note that on "multi-monitor" setups this
refers to the pixel height for all physical monitors associated
with DISPLAY. To get information for each physical monitor, use
display-monitor-attributes-list.
Aliases
ediff-display-pixel-height (obsolete since 27.1)