smol/src
Benno Schulenberg d48d84a3ba Now trimming the superfluous braces.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5032 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2014-06-28 15:34:10 +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 Allowing 'firstfile' and 'lastfile' to be rebound to Ctrl keys. 2014-06-25 09:05:55 +00:00
chars.c 2014-05-29 Chris Allegretta <chrisa@asty.org> 2014-05-29 18:30:23 +00:00
color.c Tweaking some whitespace, using TRUE and FALSE instead of 1 and 0, 2014-05-16 10:34:05 +00:00
cut.c Making sure the cutbuffer is cleared at the appropriate moments. 2014-06-18 19:04:35 +00:00
files.c Giving audible feedback when flipping the new buffer to off 2014-06-23 20:30:23 +00:00
global.c Now trimming the superfluous braces. 2014-06-28 15:34:10 +00:00
help.c Allowing 'firstline' and 'lastline' to be rebound to Ctrl keys. 2014-06-25 09:17:38 +00:00
move.c Renaming UP_DIR and DOWN_DIR to UPWARD and DOWNWARD, for clarity, 2014-06-23 18:20:12 +00:00
nano.c When toggling softwrap, only the edit window needs to be refreshed, 2014-06-22 19:23:54 +00:00
nano.h Renaming UP_DIR and DOWN_DIR to UPWARD and DOWNWARD, for clarity, 2014-06-23 18:20:12 +00:00
prompt.c Eradicating the execute flag -- it is almost always TRUE, and when it's FALSE 2014-06-28 14:42:18 +00:00
proto.h Removing the useless parameters 'have_shortcut and 'allow_funcs'. 2014-06-28 08:29:18 +00:00
rcfile.c Allowing only those menus where the bound function is actually present, 2014-06-27 16:14:52 +00:00
search.c Renaming 'no_replace_void()' to 'flip_replace_void()', 2014-06-23 18:30:35 +00:00
text.c Renaming 'undidmsg' to 'redidmsg', to be apt. 2014-06-22 21:26:56 +00:00
utils.c A few cosmetic tweaks of comments and whitespace. 2014-06-09 14:23:53 +00:00
winio.c Normalizing some indentation and whitespace. 2014-06-27 20:01:27 +00:00