smol/src
Benno Schulenberg 452066bc88 Chopping the 'undoing' parameter, so that the calls of do_cut_text() become
more symmetrical: wrapped in add_undo() + update_undo() where needed.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5390 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2015-11-02 13:46:40 +00:00
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level. 2014-06-16 12:45:03 +00:00
browser.c Speeding up the finding of the longest filename in the current folder. 2015-08-13 18:22:29 +00:00
chars.c Reverting my own patch that claimed that UTF8 is a stateless encoding. 2015-09-04 19:34:55 +00:00
color.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
cut.c Chopping the 'undoing' parameter, so that the calls of do_cut_text() become 2015-11-02 13:46:40 +00:00
files.c Making ^O work the same way as under Pico when option -t is given: 2015-10-29 10:36:07 +00:00
global.c Allowing to change the file format in restricted mode, but actually disabling 2015-08-13 19:29:55 +00:00
help.c Discarding an unneeded extra freeing of the help text. 2015-08-16 17:53:28 +00:00
move.c Not calculating the line length twice. 2015-10-27 16:57:32 +00:00
nano.c Improving comments and combining two conditions. 2015-10-31 20:17:09 +00:00
nano.h Improving several comments. 2015-11-02 10:40:06 +00:00
prompt.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
proto.h Chopping the 'undoing' parameter, so that the calls of do_cut_text() become 2015-11-02 13:46:40 +00:00
rcfile.c Fixing compilation with --enable-tiny: file formats don't exist then. 2015-08-09 16:31:01 +00:00
search.c Removing the mistaken comparison between a pointer and a literal character. 2015-08-13 17:46:19 +00:00
text.c Chopping the 'undoing' parameter, so that the calls of do_cut_text() become 2015-11-02 13:46:40 +00:00
utils.c Keeping homedir NULL when no home directory could be determined, 2015-06-20 08:21:35 +00:00
winio.c Forcing a redraw of a line only when it contains a multicolumn character, 2015-09-05 09:14:24 +00:00