]> git.wh0rd.org Git - nano.git/commit
since the total number of lines in a file is the same as the number of
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 25 Jul 2005 21:23:11 +0000 (21:23 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 25 Jul 2005 21:23:11 +0000 (21:23 +0000)
commit520a90c8d9d46e8d0d1ac39a5ac1645284ab7001
treeb367925dfffefb2acd5093b04302171c0152d127
parent94d7cb68265f28ad56b8884d8ea9c55fa58b936e
since the total number of lines in a file is the same as the number of
its last line when all its lines are numbered properly, use that in
place of openfile->totlines, and eliminate references to
openfile->totlines

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