mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Update cursor width doc
Co-Authored-By: Daniel Imms <tyriar@tyriar.com>
This commit is contained in:
co-authored by
Daniel Imms
parent
c630b92772
commit
58078459f8
Vendored
+1
-1
@@ -73,7 +73,7 @@ declare module 'xterm' {
|
||||
cursorStyle?: 'block' | 'underline' | 'bar';
|
||||
|
||||
/**
|
||||
* The width of the bar cursor.
|
||||
* The width of the cursor in CSS pixels when `cursorStyle` is set to 'bar'.
|
||||
*/
|
||||
cursorBarWidth?: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user