branch: externals/posframe commit 12f540c9ad5da09673b2bca1132b41f94c134e82 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
Better handle cursor-type. --- posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posframe.el b/posframe.el index 079af3251e..e75b0811f3 100644 --- a/posframe.el +++ b/posframe.el @@ -707,7 +707,7 @@ ACCEPT-FOCUS." (not (and (> border-width 0) (featurep 'tty-child-frames))))) (visibility . nil) - (cursor-type . nil) + (cursor-type . ,cursor) (tty-non-selected-cursor . ,tty-non-selected-cursor) (minibuffer . ,(minibuffer-window parent-frame)) (left . ,(if (consp position) (car position) 0))