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

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

[elpa] externals/vertico-posframe 2c82374: * vertico-posframe.el (vertic


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe 2c82374: * vertico-posframe.el (vertico-posframe--create-minibuffer-cover): Do not hard code 120 width.
Date: Sun, 31 Oct 2021 01:57:30 -0400 (EDT)

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

    * vertico-posframe.el (vertico-posframe--create-minibuffer-cover): Do not 
hard code 120 width.
---
 vertico-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 6e5871a..c0d0704 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -210,7 +210,7 @@ Show STRING when it is a string."
   "Create minibuffer cover."
   (let ((color (face-background 'default nil)))
     (posframe-show vertico-posframe--minibuffer-cover
-                   :string (or string (make-string 120 ? ))
+                   :string (or string (make-string (frame-width) ? ))
                    :position (cons 0 -1)
                    :background-color color
                    :foreground-color color



reply via email to

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