Update typings/xterm.d.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
Megan Rogge
2022-03-15 18:13:23 -04:00
committed by GitHub
co-authored by Daniel Imms
parent 5777fbc608
commit 6f5008dba6
+2 -1
View File
@@ -268,7 +268,8 @@ declare module 'xterm' {
windowOptions?: IWindowOptions;
/**
* The width, in pixels, of the canvas for the overview ruler.
* The width, in pixels, of the canvas for the overview ruler. The overview
* ruler will be hidden when not set.
*/
overviewRulerWidth?: number;
}