Function: posframe-poshandler-frame-bottom-right-corner

posframe-poshandler-frame-bottom-right-corner is a byte-compiled function defined in posframe.el.

Signature

(posframe-poshandler-frame-bottom-right-corner INFO)

Documentation

Posframe's position handler.

This poshandler function let bottom right corner of posframe align to buttom right corner of frame.

The structure of INFO can be found in docstring of posframe-show.

Source Code

;; Defined in ~/.emacs.d/elpa/posframe-20260415.14/posframe.el
(defun posframe-poshandler-frame-bottom-right-corner (info)
  "Posframe's position handler.

This poshandler function let bottom right corner of posframe
align to buttom right corner of frame.

The structure of INFO can be found in docstring of
`posframe-show'."
  (cons -1 (- 0
              (plist-get info :mode-line-height)
              (plist-get info :minibuffer-height))))