From ed9000cb1d0f345843fa2b14aa9e047ecd52d6dd Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sat, 15 Jun 2019 14:42:30 -0700 Subject: [PATCH] Clarify ITheme.selection 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 042ca537..f435367d 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -191,7 +191,7 @@ declare module 'xterm' { cursor?: string, /** The accent color of the cursor (fg color for a block cursor) */ cursorAccent?: string, - /** The selection color (can be transparent) */ + /** The selection background color (can be transparent) */ selection?: string, /** ANSI black (eg. `\x1b[30m`) */ black?: string,