]> git.wh0rd.org Git - nano.git/commit
in mbwidth(), if wcwidth() returns -1 for the character passed in, treat
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 8 Nov 2005 02:20:22 +0000 (02:20 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 8 Nov 2005 02:20:22 +0000 (02:20 +0000)
commit4a8c9b6124fdf76403fd9319bf8270ce3fdf457d
tree7fb54e852d20371af1ebc064c2d2536de0703d65
parent069674c2d55a2dc7e8d5befd0fedd06c40756b70
in mbwidth(), if wcwidth() returns -1 for the character passed in, treat
the character as being one column wide instead of zero columns wide,
since there are display problems that crop up with the latter approach

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3102 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/chars.c