Variable EditorStateInfo.col

cursor position column (1-based)

struct EditorStateInfo
{
  // ...
  int col;
  // ...
}