Update cursor width doc

Co-Authored-By: Daniel Imms <tyriar@tyriar.com>
This commit is contained in:
Nick Pezza
2019-12-07 15:38:12 -05:00
committed by GitHub
co-authored by Daniel Imms
parent c630b92772
commit 58078459f8
+1 -1
View File
@@ -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;