summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-11-05 20:16:42 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-11-05 20:16:42 +0100
commitdad862a863d25c0e89e0f8924d01e9e65d02cfe0 (patch)
tree96d2c62559699b0523923037beecaf577e9b967a /corfu.el
parente9a4d16fcff3119965bf5750dd9c6ae17a084a21 (diff)
Reference a few more bugs in comment
Diffstat (limited to 'corfu.el')
-rw-r--r--corfu.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/corfu.el b/corfu.el
index d4695f1..d261af1 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1021,11 +1021,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))
- ;; bug#74214: 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.
+ ;; bug#74214, bug#37755, bug#37689: 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 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))))