smol/src
Benno Schulenberg 8fea3472a9 Giving a central variable a ringing name --
tmp* is something for 5 lines, not for 300.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5734 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2016-03-13 20:13:16 +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 Fixing compilation when configured with --enable-tiny plus --enable-browser. 2016-03-11 16:30:29 +00:00
chars.c Deleting two dead prototypes, adjusting two comments for correctness, 2016-02-16 10:09:26 +00:00
color.c Combining the regular-expression flags at compile time instead of at run time. 2016-03-13 19:37:21 +00:00
cut.c Not moving the cursor when copying a backwardly marked region. 2016-02-23 12:07:58 +00:00
files.c Eliding splice_opennode() by handling the two cases (the creation of 2016-02-25 18:58:17 +00:00
global.c Renaming three variables. 2016-03-04 20:22:27 +00:00
help.c Switching the cursor on and off at the appropriate moments (that is: when 2016-02-13 19:41:12 +00:00
move.c Sorting the prev_word() and next_word() functions in the standard way: 2016-02-22 12:49:08 +00:00
nano.c Eliding splice_opennode() by handling the two cases (the creation of 2016-02-25 18:58:17 +00:00
nano.h Combining the regular-expression flags at compile time instead of at run time. 2016-03-13 19:37:21 +00:00
prompt.c Renaming a variable, for contrast and correctness. 2016-02-23 08:31:57 +00:00
proto.h Combining the regular-expression flags at compile time instead of at run time. 2016-03-13 19:37:21 +00:00
rcfile.c Renaming a variable, from 'endcolor' to 'lastcolor', to fully avoid 2016-03-13 20:05:36 +00:00
search.c Allowing the use of word boundary markers \< and \> in search strings on 2016-03-13 19:19:12 +00:00
text.c Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions. 2016-02-25 21:04:45 +00:00
utils.c Not using $HOME when we're root, because some sudos don't filter it out 2016-01-22 16:10:36 +00:00
winio.c Giving a central variable a ringing name -- 2016-03-13 20:13:16 +00:00