From e5d60c0895565934eabeaefab832ad539d4743ad Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:00:16 -0700 Subject: [PATCH] Fix demo warnings by adding complex options --- demo/client.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/demo/client.ts b/demo/client.ts index 4c63e90f..a1e0f8b6 100644 --- a/demo/client.ts +++ b/demo/client.ts @@ -420,8 +420,11 @@ function initOptions(term: TerminalType): void { 'termName', 'cols', 'rows', // subsumed by "size" (cols_rows) option // Complex option + 'linkHandler', + 'logger', 'theme', - 'windowOptions' + 'windowOptions', + 'windowsPty' ]; const stringOptions = { cursorStyle: ['block', 'underline', 'bar'],