diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-11-05 18:14:41 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-11-05 18:14:41 +0100 |
| commit | e9a4d16fcff3119965bf5750dd9c6ae17a084a21 (patch) | |
| tree | c484e5f7970da2ddbb98019717cb60a07b0651c1 | |
| parent | ac505abdc0d20eba2d1222f8552e4422338c2843 (diff) | |
Update comment, link to bug report
| -rw-r--r-- | corfu.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1021,8 +1021,8 @@ 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)) - ;; NOTE: Even for larger fringes, fringe bitmaps can only have a - ;; width between 1 and 16. Therefore we restrict the fringe 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. |
