term: handle fullwidth chars in the last column
commit6b90fee5129ec8d8f1842c330d73497ba73ea25c
authorAli Gholami Rudi <ali@rudi.ir>
Sun, 10 Feb 2013 10:43:36 +0000 (10 14:13 +0330)
committerAli Gholami Rudi <ali@rudi.ir>
Sun, 10 Feb 2013 10:43:36 +0000 (10 14:13 +0330)
treedb45ff2b29a2133a2538820e0af5e9f482c40d0c
parent3e49e3fdb570bba12c031216282ac321c705e41d
term: handle fullwidth chars in the last column

This handles wrapping double-width characters when inserted in the
last column of the screen.  Felix Janda <felix.janda@posteo.de>
reported this case and prepared a preliminary patch.

Handling fullwidth characters was originally suggested by Sara Fauzia
<sfauzia@fas.harvard.edu> which resulted in a simple patch to simply
ignore these characters in the bold branch.  A recent request and
patch from Felix Janda <felix.janda@posteo.de> motivated me to apply a
modified version to the master branch.
term.c