Function: posframe-workable-p
posframe-workable-p is an autoloaded and byte-compiled function
defined in posframe.el.
Signature
(posframe-workable-p)
Documentation
Test posframe workable status.
Source Code
;; Defined in ~/.emacs.d/elpa/posframe-20260415.14/posframe.el
;;;###autoload
(defun posframe-workable-p ()
"Test posframe workable status."
(and (>= emacs-major-version 26)
(not noninteractive)
(not emacs-basic-display)
(or (display-graphic-p)
(featurep 'tty-child-frames))
(not (eq (frame-parameter (selected-frame) 'minibuffer) 'only))))