Skip to content

Commit

Permalink
get overview ruler to update when color is changed (#3730)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge authored Apr 8, 2022
1 parent dbd999c commit 2b916a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/xterm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'>;
}


Expand Down

0 comments on commit 2b916a2

Please sign in to comment.