diff options
| author | Feng Shu <tumashu@163.com> | 2024-10-23 10:58:39 +0800 |
|---|---|---|
| committer | Feng Shu <tumashu@163.com> | 2024-10-23 10:58:39 +0800 |
| commit | 660c773f559ac37f29ccf626af0103817c8d5e30 (patch) | |
| tree | 26db72717cbc70ba66ecef6c4db32c23b3e35ded | |
| parent | f1ced9a7913f4b06cc7d42378293ad746f19c0b8 (diff) | |
Support tty-child-frames feature.
| -rw-r--r-- | ivy-posframe.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
