]> git.wh0rd.org Git - nano.git/commit
move advanced text operations (command execution in a buffer, wrapping,
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 24 Jul 2005 19:57:51 +0000 (19:57 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 24 Jul 2005 19:57:51 +0000 (19:57 +0000)
commit691698a954520d5c03dca181a60cc3802ef4f5af
tree052fa9f5de2d9d104945cb86f5c25c95dd08814a
parent2a73131f0e70e329940e4d62047e5e1d370ea877
move advanced text operations (command execution in a buffer, wrapping,
spell checking, justifying, and word counting) to their own source file,
text.c

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2919 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
18 files changed:
ChangeLog
po/ChangeLog
po/POTFILES.in
src/Makefile.am
src/chars.c
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/rcfile.c
src/search.c
src/text.c [new file with mode: 0644]
src/utils.c
src/winio.c