We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
posframe-workable-p
1 parent 8837e4b commit 80f09edCopy full SHA for 80f09ed
rime.el
@@ -537,7 +537,7 @@ Currently just deactivate input method."
537
538
(defun rime--posframe-display-content (content)
539
"Display CONTENT with posframe."
540
- (if (and (featurep 'posframe) (display-graphic-p))
+ (if (and (featurep 'posframe) (posframe-workable-p))
541
(if (string-blank-p content)
542
(posframe-hide rime-posframe-buffer)
543
(let*
0 commit comments