From f92d1f46a6717f00ec0ac188b1b5e6f00b811d65 Mon Sep 17 00:00:00 2001 From: meganrogge Date: Wed, 16 Mar 2022 15:36:03 -0400 Subject: [PATCH] only allow updating color --- 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 2254df1c..f67c30e3 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -444,7 +444,7 @@ declare module 'xterm' { * This will only take effect when @param overviewRulerOptions * were provided initially. */ - overviewRulerOptions?: IDecorationOverviewRulerOptions; + overviewRulerOptions?: Pick; }