From 06aa2c86df8fcd8e60c1d8df9e02513438db3bb0 Mon Sep 17 00:00:00 2001 From: arencoskun Date: Thu, 1 Feb 2024 16:32:31 +0300 Subject: [PATCH] Whitespace fix --- 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 c8189e18..3de30524 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -968,7 +968,7 @@ declare module '@xterm/xterm' { * The data is treated the same way as typed input at the terminal * (will appear in the onData event). * wasUserInput indicates, whether the input is genuine user input. - * It is true by default and triggers additional actions like prompt + * It is true by default and triggers additional actions like prompt * focus or selection clearing. * Set it to false if your data sent does not resemble * what a user would have typed (e.g. sequence embedded data).