]> git.wh0rd.org Git - nano.git/commit
Eliminate linescut variable from undo structure as its an unneeded pain in the ass.
authorChris Allegretta <chrisa@asty.org>
Tue, 14 Oct 2008 04:34:56 +0000 (04:34 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 14 Oct 2008 04:34:56 +0000 (04:34 +0000)
commitc81cf52cf26c63af9efc189605fd5efd68c82ddb
tree553b2f5fb776538b5c82732dedc4c333e839a4b3
parentc84e765b8edd376cbbe777efdaaf4e7151bf50e6
Eliminate linescut variable from undo structure as its an unneeded pain in the ass.
Also initialize to_end, because for some reason it seems to be not getting set even when
type == CUT in add_undo (?!)

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