Fix api lint

This commit is contained in:
Daniel Imms
2024-07-10 07:55:22 -07:00
parent 884141cd8f
commit eca0800b9d
+4 -3
View File
@@ -384,9 +384,10 @@ declare module '@xterm/xterm' {
*/
scrollbarSliderActiveBackground?: string;
/**
* The border color of the overview ruler. This visually separates the terminal from the scroll
* bar when {@link ITerminalOptions.overviewRulerWidth overviewRulerWidth} is set. When this is
* not set it defaults to black (#000000).
* The border color of the overview ruler. This visually separates the
* terminal from the scroll bar when
* {@link ITerminalOptions.overviewRulerWidth overviewRulerWidth} is set.
* When this is not set it defaults to black (`#000000`).
*/
overviewRulerBorder?: string;
/** ANSI black (eg. `\x1b[30m`) */