summaryrefslogtreecommitdiff
path: root/src/wcwidth.c.patch
Commit message (Collapse)AuthorAgeFilesLines
* Correctly justify Unicode characters in terminalKan-Ru Chen (陳侃如)2014-02-131-0/+74
Many Unicode characters take more spaces than one ASCII character. For example, Chinese characters are two characters wide when using monospace font in terminal. This patch use wcwidth of Markus Kuhn to count the correct width for justification.