From 660c773f559ac37f29ccf626af0103817c8d5e30 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Wed, 23 Oct 2024 10:58:39 +0800 Subject: Support tty-child-frames feature. --- ivy-posframe.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ivy-posframe.el b/ivy-posframe.el index 5746128..7e5d27f 100644 --- a/ivy-posframe.el +++ b/ivy-posframe.el @@ -285,6 +285,7 @@ This variable is useful for `ivy-posframe-read-action' .") :override-parameters ivy-posframe-parameters :refposhandler ivy-posframe-refposhandler :hidehandler #'ivy-posframe-hidehandler + :tty-non-selected-cursor t (funcall ivy-posframe-size-function)) (ivy-posframe--add-prompt 'ignore))) (with-current-buffer ivy-posframe-buffer -- cgit v1.0