]> git.wh0rd.org Git - nano.git/commit
fix bug in do_justify() in a better way: add on_next_line flag, used to
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 3 Jul 2004 14:15:58 +0000 (14:15 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 3 Jul 2004 14:15:58 +0000 (14:15 +0000)
commit4693864a789c9b6f4d27dadfb61cd2ad4b742502
tree42bb16dea9fee5b8a548f4b01a4250ec453776ae
parent01a6bf4f9a6ec1cff997e41b84d106465e3fb70f
fix bug in do_justify() in a better way: add on_next_line flag, used to
indicate when we've moved to the next line after justifying the current
line, and only run the respacing routine when it's true; this keeps the
respacing routine from erroneously being run more than once on the same
line

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