Struct EditorStateInfo
editor state to display in status line
struct EditorStateInfo;
Fields
| Name | Type | Description |
|---|---|---|
character
|
dchar | character under cursor |
col
|
int | cursor position column (1-based) |
line
|
int | cursor position line (1-based) |
replaceMode
|
bool | editor mode: true if replace mode, false if insert mode |
Properties
| Name | Type | Description |
|---|---|---|
active[get]
|
bool | returns true if editor is in active state |