]> git.wh0rd.org Git - nano.git/commit
- Change add_undo and current_undo to only take action arg, as openfilestruct arg...
authorChris Allegretta <chrisa@asty.org>
Sun, 3 Aug 2008 04:48:05 +0000 (04:48 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 3 Aug 2008 04:48:05 +0000 (04:48 +0000)
commit14c8620e0b08fefede6261b5ddee657694bf9314
treea10411e872f47f3ecdfb429907e33c1dbe71bf34
parent3c1131a5b37bc81a22e8275625016f2269aff993
- Change add_undo and current_undo to only take action arg, as openfilestruct arg is always openfile
- Add ability to undo a file/cmd insert, needed to add undoable flag to read_file and open_buffer as a result

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