source formatting

This commit is contained in:
anon
2023-12-15 20:29:58 +01:00
parent 886ad6675b
commit 5a266179b4

@ -71,12 +71,14 @@ unsigned int totallines; /* total reference lines */
unsigned int curdispline = 0;
int current_page = 0;
int input_mode = INPUT_NORMAL;
const char *prompts[] = {[INPUT_NORMAL] = "$ ",
const char *prompts[] = {
[INPUT_NORMAL] = "$ ",
[INPUT_APPEND] = "Append to file: ",
[INPUT_PIPE] = "Pipe to shell command: ",
[INPUT_READ] = "Read from file: ",
[INPUT_CHANGE_TO] = "To: ",
[INPUT_CHANGE] = "###"};
[INPUT_CHANGE] = "###"
};
unsigned int topline = 1; /* top line of page */