char *backup_dir = NULL; /* Backup directory. */
#endif
-char *prompt = NULL; /* Answer string for statusbar
- * questions. */
-char *answer = NULL; /* Answer string for statusbar
+char *answer = NULL; /* The answer string for statusbar
* questions. */
ssize_t tabsize = -1; /* Our internal tabsize variable. The
static size_t key_buffer_len = 0;
/* The length of the default keystroke
* buffer. */
+static char *prompt = NULL;
+ /* The prompt string for statusbar
+ * questions. */
+static size_t statusbar_x = (size_t)-1;
+ /* The cursor position in answer. */
static int statusblank = 0;
/* The number of keystrokes left after
* we call statusbar(), before we
* actually blank the statusbar. */
-static size_t statusbar_x = (size_t)-1;
- /* The cursor position in answer. */
static bool disable_cursorpos = FALSE;
/* Should we temporarily disable
* constant cursor position display? */