which-key menu misalignment with ellipsis char
randomizedthinking opened this issue · comments
randomizedthinking commented
On my system, which-key didn't align key menus when there are ellipsis chars. Below is a screenshot:
Look closely, we can see that misalignment occurs with the ellipsis chars. Yet, on the terminal emacs, the alignment is good. Again, see a screenshot below.
Since I use the default setting from doom-emacs. Is there any options I can tweak to correct this issue?
randomizedthinking commented
After further checking, this issue is caused by the ellipsis char (0x2026): which-key assumes the width of the ellipsis is 1 yet it is actually 2 under the chinese font I use...