]> git.wh0rd.org Git - nano.git/commit
restructure things so that every file has its own openfilestruct, and so
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 8 Jul 2005 20:09:16 +0000 (20:09 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 8 Jul 2005 20:09:16 +0000 (20:09 +0000)
commit6ad59cd29bdad851af118a44df68542e7d623716
tree6dcef6a8fd06a1c5bd21eeb492ff04e4c8a718ed
parent64661ac1402fcc165bd059b9c686081dcdf1062e
restructure things so that every file has its own openfilestruct, and so
that the values in it are used directly instead of being periodically
synced up with the globals; accordingly, remove the globals; this
changes pretty much every function

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