]> git.wh0rd.org Git - nano.git/commit
more fixes for files that don't end in magiclines: make cut_line() cut
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 8 Nov 2005 23:59:29 +0000 (23:59 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 8 Nov 2005 23:59:29 +0000 (23:59 +0000)
commitc9820ac0981bc3942466c7ee1fa7e31db11d70b6
tree4d6ca22a48abcbc7862cd0f514e2b22bf784b84a
parent0ed71711382a78cbe8e62da2150ceaa9f2b47daf
more fixes for files that don't end in magiclines: make cut_line() cut
the text of the current line (if any), minus the nonexistent newline,
when we're on the last line of the file, and make sure again that the
file isn't marked as modified if the magicline is deleted and we're
supposed to have one, as it's more consistent that way (a marked cut of
the magicline adds a newline to the cutbuffer, while deleting the
magicline adds nothing)

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