Rearranged status bar a bit

This commit is contained in:
luxferre
2023-07-29 08:43:08 +03:00
parent df633e073b
commit 5d1008256c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ Invoking `nne` without arguments just creates a new buffer. You can specify a fi
### Status bar
The status bar in nne is the last line of the terminal. Some operations may change its contents, but normally it consists of the following elements: `[state] [filename] [row],[col] [file%] [W]x[H]`, where:
The status bar in nne is the last line of the terminal. Some operations may change its contents, but normally it consists of the following elements: `[state] [row],[col] [file%] [W]x[H] | [filename]`, where:
- `[state]` can be `-` (normal/insertion) or `C` (modal command),
- `[filename]` refers to the file currently being edited,