sync: wip changes
This commit is contained in:
6
src/terminal/CursorProperties.ts
Normal file
6
src/terminal/CursorProperties.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type CursorPosition = {
|
||||
col: number,
|
||||
row: number,
|
||||
}
|
||||
|
||||
export type CursorStyle = 'bar' | 'underline' | 'cell' | 'cell_hollow'
|
||||
Reference in New Issue
Block a user