]> git.wh0rd.org Git - nano.git/commit
miscellaneous bits: change flags to an unsigned long and totsize to a
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 27 Jan 2005 20:49:07 +0000 (20:49 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 27 Jan 2005 20:49:07 +0000 (20:49 +0000)
commit23c44504adf2bb8475c553410636f599fc746312
tree170ca96d5a97d7217b00aba0295d84eefc7d75da
parent7c60eab744926aa83eaee5f29ade56d5a6858e80
miscellaneous bits: change flags to an unsigned long and totsize to a
size_t, store the number of multibyte characters instead of the number
of single-byte characters in totsize, and add a few formatting fixes

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