Use wcwidth to exactly determine how much space a character took
authorPetr Machata <pmachata@redhat.com>
Mon, 11 Nov 2013 15:08:42 +0000 (16:08 +0100)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:24 +0000 (20:38 +0900)
commit033821594643772e1bd1dddaead845ddd5ad41b8
tree77688b48952262c5572774ddec74264b0ed221ed
parent0b7fca255e51804426056355cfc28458b35cc86a
Use wcwidth to exactly determine how much space a character took

- So far we assumed it's one character worth of screen real-estaty per
  character written, but combining and wide characters can change
  this.
lens_default.c