From 5a6c6f7f949022edc2f535438fc7ca09fb6d016e Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre <8083459+ryanoasis@users.noreply.github.com> Date: Sat, 16 Dec 2017 17:21:40 -0500 Subject: [PATCH] ambiguous width char font rendering info --- Terminal-Emulators.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Terminal-Emulators.md b/Terminal-Emulators.md index 46ec987..348006b 100644 --- a/Terminal-Emulators.md +++ b/Terminal-Emulators.md @@ -47,6 +47,18 @@ ### Previews ### Known Issues + +> URxvt has issues double-wide font glyph characters (I believe particularly with ambiguous width characters). Related search terms for reference: full-width, double-width, non-monospaced, squished icons) + +* for full width support/patches see projects such as: [powerman's wcwidth-icons](https://github.com/powerman/wcwidth-icons) or [blueyed's WIP wcwidth](https://github.com/blueyed/zzz-PKGBUILD-rxvt-unicode-wcwidthcallback) + +* there are also some setting changes that can be tried, like the method mentioned by mftrhu in [issue #150 comment][issue-150-comment] + +### Issue References + +* [#155][issue-155] +* [#150 comment][issue-150] + ### References ## Xfce4-terminal @@ -59,4 +71,8 @@ ### Previews ### Known Issues -### References \ No newline at end of file +### References + +[issue-150]:https://github.com/ryanoasis/nerd-fonts/issues/150 +[issue-150-comment]:https://github.com/ryanoasis/nerd-fonts/issues/150#issuecomment-333877730 +[issue-155]:https://github.com/ryanoasis/nerd-fonts/issues/155