[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/corfu 23509b6fd3 8/9: Expand comment regarding HDPi sys
From: |
ELPA Syncer |
Subject: |
[elpa] externals/corfu 23509b6fd3 8/9: Expand comment regarding HDPi systems |
Date: |
Tue, 5 Nov 2024 03:58:06 -0500 (EST) |
branch: externals/corfu
commit 23509b6fd3469a2cc38fe432c153cbcab278eb3e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Expand comment regarding HDPi systems
---
corfu.el | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/corfu.el b/corfu.el
index 0786e38885..52fe631845 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1016,8 +1016,11 @@ A scroll bar is displayed from LO to LO+BAR."
(with-current-buffer (corfu--make-buffer " *corfu*")
(let* ((ch (default-line-height))
(cw (default-font-width))
- ;; Even for larger fringes, fringe bitmaps can only have a width
- ;; between 1 and 16. Therefore restrict the fringe width to 16.
+ ;; NOTE: Even for larger fringes, fringe bitmaps can only have a
+ ;; width between 1 and 16. Therefore we restrict the fringe width
+ ;; to 16 pixel. This restriction may cause problem on HDPi
systems.
+ ;; Hopefully Emacs will adopt larger fringe bitmaps in the future
+ ;; and lift the 16 pixel restriction.
(ml (min 16 (ceiling (* cw corfu-left-margin-width))))
(mr (min 16 (ceiling (* cw corfu-right-margin-width))))
(bw (min mr (ceiling (* cw corfu-bar-width))))
- [elpa] externals/corfu updated (44424e7d04 -> 37d4ed3ca0), ELPA Syncer, 2024/11/05
- [elpa] externals/corfu 08c3aeb46c 1/9: Avoid truncation if scrollbar is shown in the fringe, ELPA Syncer, 2024/11/05
- [elpa] externals/corfu 41ec0baa6b 2/9: Make right margin part of the fringe, ELPA Syncer, 2024/11/05
- [elpa] externals/corfu d7c2fabbc6 3/9: Fringe bitmaps have a width restriction 1 <= w <= 16, ELPA Syncer, 2024/11/05
- [elpa] externals/corfu a297daee27 4/9: Restrict the fringe width to 16, ELPA Syncer, 2024/11/05
- [elpa] externals/corfu 09e70155c2 5/9: Use the fringe symmetrically on both sides, ELPA Syncer, 2024/11/05
- [elpa] externals/corfu 94d95d2347 7/9: Move truncation back to corfu--format-candidates, ELPA Syncer, 2024/11/05
- [elpa] externals/corfu 23509b6fd3 8/9: Expand comment regarding HDPi systems,
ELPA Syncer <=
- [elpa] externals/corfu dc85ee32eb 6/9: Preserve corfu-bar-width and corfu-bar face for compatibility, ELPA Syncer, 2024/11/05
- [elpa] externals/corfu 37d4ed3ca0 9/9: Reduce popup width fluctuations, ELPA Syncer, 2024/11/05