From 2b916a24aa3ae2b1a2ff5eb28745b751a0ea4586 Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Fri, 8 Apr 2022 13:35:55 -0700 Subject: [PATCH] get overview ruler to update when color is changed (#3730) --- typings/xterm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index d1eb3890..76c228b2 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -444,7 +444,7 @@ declare module 'xterm' { * This will only take effect when {@link IDecorationOptions.overviewRulerOptions} * were provided initially. */ - overviewRulerOptions?: Pick; + options: Pick; }