Data Fields | |
tag_t | caret_pos |
Current position of the caret. | |
int | columns |
int | ideal_column |
Ideal column where the caret should try to get. | |
enum redraw_flags | rflags |
Bitmask of components that need redrawing. | |
int | rows |
tag_t | sel_start |
Start of selection. | |
int | sh_column |
int | sh_row |
A rectangular area of the screen used to edit a document. Different panes can be possibly used to edit the same document.
Definition at line 64 of file edit.c.
int ideal_column |