]> git.wh0rd.org Git - nano.git/commit
add code to partition a filestruct between a set of arbitrary
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 3 Nov 2004 22:03:41 +0000 (22:03 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 3 Nov 2004 22:03:41 +0000 (22:03 +0000)
commit40bdb686aa17833840820c73b565dd0ef2d0410a
tree3818e9c1eb04f8e05d8c86edae33c04bb14f8f9f
parent29f03dcff94839b532c815fd68cd970dec0a1b3f
add code to partition a filestruct between a set of arbitrary
coordinates; given the coordinates of the beginning and end of the mark,
this allows proper and easier handling of saving marked selections,
replacing text only in marked selections, and spell-checking marked
selections using either the internal or alternate spell checker; do all
these using a global partition structure

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