Function: hmouse-clone-window-to-frame
hmouse-clone-window-to-frame is a byte-compiled function defined in
hui-window.el.
Signature
(hmouse-clone-window-to-frame &optional ALWAYS-DELETE-FLAG)
Documentation
Clone window to frame.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defun hmouse-clone-window-to-frame (&optional _always-delete-flag)
"Clone window to frame."
(let ((hycontrol-keep-window-flag t))
(hmouse-move-window-to-frame)))