export type CursorPosition = { col: number, row: number, } export type CursorStyle = 'bar' | 'underline' | 'cell' | 'cell_hollow'