EditorStateInfo

editor state to display in status line

Members

Properties

active
bool active [@property getter]

returns true if editor is in active state

Variables

character
dchar character;

character under cursor

col
int col;

cursor position column (1-based)

line
int line;

cursor position line (1-based)

replaceMode
bool replaceMode;

editor mode: true if replace mode, false if insert mode

Meta