longs for consistency. (David Benbennick)
- Rename the TEMP_OPT flags to TEMP_FILE, as it's more
descriptive. (DLR)
+ - Remove unused global variable search_offscreen. (David
+ Benbennick)
- files.c:
close_open_file()
- Tweak to no longer rely on the return values of
char *last_search = NULL; /* Last string we searched for */
char *last_replace = NULL; /* Last replacement string */
int search_last_line; /* Is this the last search line? */
-int search_offscreen; /* Search lines not displayed */
long flags = 0; /* Our flag containing many options */
WINDOW *edit; /* The file portion of the editor */
extern long flags;
extern int tabsize;
extern int search_last_line;
-extern int search_offscreen;
extern int currslen;
#if !defined(NANO_SMALL) && defined(ENABLE_NANORC)