git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@897
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
aren't needed for nano-tiny.
- cut.c:
do_cut_text()
- - Backported 1.1 fixes for just doing edit_update when we cut
+ - Backported 1.1 fixes for just doing edit_refresg when we cut
text instead of edit_update.
do_uncut_text()
- - Backported David Lawrence Ramsey's fixes for doing refresh
+ - Backported David Lawrence Ramsey's fixes for doing edit_refresh
instead of edit_update when uncutting text.
cut_marked_segment()
- Fix off-by one in mem allocation.