tweaks: avoid an unused-variable warning for the tiny version
Benno Schulenberg authored
The extra variable is not needed, because when having read from
standard input, the filename will simply be empty.  It will not
be empty for any other file that was read.
8fbf1042
Name Last commit Last update
..
Makefile.am build: for Solaris, tell the linker where to find clock_gettime()
browser.c tweaks: transform the token DISABLE_BROWSER to ENABLE_BROWSER
chars.c tweaks: transform the token DISABLE_NANORC to ENABLE_NANORC
color.c display: initialize the colors only when starting to draw the content
cut.c replacing: don't let placewewant influence the placement of the cursor
files.c files: warn more conspicuously when the file on disk has changed
global.c tweaks: unglobalize the nodelay_mode variable
help.c tweaks: transform the token DISABLE_BROWSER to ENABLE_BROWSER
move.c tweaks: swap a comparison, to be clearer
nano.c tweaks: avoid an unused-variable warning for the tiny version
nano.h bindings: in the tiny version exclude word jumping from the prompts
prompt.c tweaks: do actual screen refreshes in a single call, when possible
proto.h tweaks: rename two functions and a variable, and invert its logic
rcfile.c bindings: in the tiny version exclude word jumping from the prompts
search.c startup: allow negative line and column numbers on the command line
text.c display: show the cursor position also when searching took a while
utils.c tweaks: exclude from the tiny version five error-betraying messages
winio.c tweaks: avoid compiler warning about implicit type