]> git.wh0rd.org Git - nano.git/commit
simplify get_totals() (renamed get_totsize()) to only get the total
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 17 Jul 2005 01:44:35 +0000 (01:44 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 17 Jul 2005 01:44:35 +0000 (01:44 +0000)
commitc104ef15a6e25e63a626ed0f98da5c1d1bbb9e7b
treefbdf12773ffbf4c62d7f3662ee5778361726d7f8
parent5e146e815fc81a6ff8ce7acc9cb3f3833feb7bac
simplify get_totals() (renamed get_totsize()) to only get the total
number of characters, and eliminate dependence on its old ability to get
the total number of lines by renumber()ing when necessary and using the
number of the last line of a filestruct

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