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

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

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


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe 2ecdb1d 2/3: * vertico-posframe.el (vertico-posframe--create-minibuffer-cover): :height + 1
Date: Fri, 5 Nov 2021 00:57:29 -0400 (EDT)

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

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

diff --git a/vertico-posframe.el b/vertico-posframe.el
index b6418aa..26887f5 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -239,7 +239,7 @@ Show STRING when it is a string."
     (posframe-show vertico-posframe--minibuffer-cover
                    :string (or string (make-string (frame-width) ?\ ))
                    :position (cons 0 (- (frame-pixel-height) 
(window-pixel-height win)))
-                   :height (window-height win)
+                   :height (+ (window-height win) 1)
                    :background-color color
                    :foreground-color color
                    :lines-truncate t



reply via email to

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