pyroscope / rtorrent-ps

:art: Extended rTorrent distribution with a fully customizable canvas and colors, other feature additions, and complete docs.
http://rtorrent-ps.readthedocs.io/
GNU General Public License v2.0
463 stars 43 forks source link

Optimize name column chopping with `wcwidth` #106

Open pyroscope opened 6 years ago

pyroscope commented 6 years ago

See also https://github.com/rakshasa/rtorrent/issues/755

q3cpma commented 6 years ago

Oi, didn't see this. If you want a test, look at https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms for double width examples.

q3cpma commented 6 years ago

If you want, I made a simple tool doing the job (http://repo.or.cz/misc-tools.git/blob/HEAD:/mbcut.c). You could copy paste some of it.