emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico-posframe af1ef24 2/3: * vertico-posframe.el (ve


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe af1ef24 2/3: * vertico-posframe.el (vertico-posframe--create-minibuffer-cover): use (0 . -1) position.
Date: Fri, 29 Oct 2021 23:57:30 -0400 (EDT)

branch: externals/vertico-posframe
commit af1ef24b526d8438c8d7c1fa5444bfc2ce8380b2
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * vertico-posframe.el (vertico-posframe--create-minibuffer-cover): use (0 . 
-1) position.
---
 vertico-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 481e153..6af94da 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -211,7 +211,7 @@ Show STRING when it is a string."
   (let ((color (face-background 'default nil)))
     (posframe-show vertico-posframe--minibuffer-cover
                    :string (or string (make-string 120 ? ))
-                   :position (cons 0 (frame-pixel-height))
+                   :position (cons 0 -1)
                    :background-color color
                    :foreground-color color
                    :lines-truncate t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]