Variable EditorStateInfo.character

character under cursor

struct EditorStateInfo
{
  // ...
  dchar character;
  // ...
}