]> git.wh0rd.org Git - nano.git/commit
in statusq(), make sure that the vsnprintf(foo) call and foo's
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 31 Mar 2005 00:11:43 +0000 (00:11 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 31 Mar 2005 00:11:43 +0000 (00:11 +0000)
commit612caef65ff8c3048c5d6c965abdc8fb876095dd
tree9c1f6e8ec6c6506f4c1131766bd16d603a343308
parent88ad64d597c6ff5449e2260d8d1fb1cfa84edf7e
in statusq(), make sure that the vsnprintf(foo) call and foo's
subsequent null termination both take the proper number of bytes when
using multibyte characters, so that multibyte prompt strings aren't
prematurely cut off

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