Struct EditorStateInfo

editor state to display in status line

struct EditorStateInfo;

Fields

NameTypeDescription
character dcharcharacter under cursor
col intcursor position column (1-based)
line intcursor position line (1-based)
replaceMode booleditor mode: true if replace mode, false if insert mode

Properties

NameTypeDescription
active[get] boolreturns true if editor is in active state