tweaks: rename a variable in edit_scroll(), to make sense
David Lawrence Ramsey authored
78037831
Name Last commit Last update
..
Makefile.am build: clean out the revision.h file, to make 'make distcheck' pass
browser.c tweaks: rename some variables, to show they refer to screen rows
chars.c screen: display byte value 0x0A in the right places as ^@ or as ^J
color.c tweaks: slightly speed up the change detection for multiline matches
cut.c tweaks: adjust and correct some comments
files.c files: leave out the confusing "[from ./]" when prompting for a command
global.c tweaks: rename a variable -- lines refers to buffer, rows to screen
help.c binding: use arrows instead of words to designate the cursor keys
move.c tweaks: adjust and correct some comments
nano.c tweaks: do a comparison a bit differently in do_output() and do_deletion()
nano.h build: add configure option --disable-wordcomp to disable word completion
prompt.c tweaks: remove the cluttering conditional compilation of a parameter
proto.h replacing: ignore the first match when the user said no
rcfile.c tweaks: free an option string also when it was invalid
search.c replacing: start at the region's edge instead of one step before it
text.c tweaks: do a comparison a bit differently in do_output() and do_deletion()
utils.c search: make the \b and \B anchors work correctly in both directions
winio.c tweaks: rename a variable in edit_scroll(), to make sense