mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
get overview ruler to update when color is changed (#3730)
This commit is contained in:
Vendored
+1
-1
@@ -444,7 +444,7 @@ declare module 'xterm' {
|
||||
* This will only take effect when {@link IDecorationOptions.overviewRulerOptions}
|
||||
* were provided initially.
|
||||
*/
|
||||
overviewRulerOptions?: Pick<IDecorationOverviewRulerOptions, 'color'>;
|
||||
options: Pick<IDecorationOptions, 'overviewRulerOptions'>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user