]> git.wh0rd.org Git - nano.git/commit
remove display_string_len() again for the time being, since it's still
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 8 Jan 2005 07:21:41 +0000 (07:21 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 8 Jan 2005 07:21:41 +0000 (07:21 +0000)
commit577298a3f93a358cd4120df78539537717342c0f
treee87206ff35ad164c70fc4884c54deb7b329284f3
parentf4a799aaec93a6e02acd53c7e7ff9c0e847c5b42
remove display_string_len() again for the time being, since it's still
prone to off-by-one errors that lead to memory corruption and I can't
find anything obviously wrong with it; always allocate enough space for
len columns of text now; any extra space that isn't used will be removed
by the null_at() call at the end of display_string() anyway

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