]> git.wh0rd.org Git - nano.git/commit
oops; in do_output(), properly allow wrapping when we insert a tab, for
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 26 Apr 2005 17:21:47 +0000 (17:21 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 26 Apr 2005 17:21:47 +0000 (17:21 +0000)
commit6595b715d0266ef22d11211c959a62bd4955bb1b
tree20a57a70e5444a436a39403af1c604420f99a3c7
parent56c1e34e5ad34ab4e61188f321403e12b725c246
oops; in do_output(), properly allow wrapping when we insert a tab, for
consistency; this is incompatible with Pico, but Pico doesn't wrap
properly when other control characters are on a line, either, so its
behavior with regard to tabs is apparently a bug; besides, we wrap at
all other blank characters, including multibyte ones, so we shouldn't
make an exception for tabs

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