From 633bb06d11ae4ea6aedc981a0fd7d2c8104dcf64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Thu, 1 Feb 2024 13:52:03 +0100 Subject: [PATCH] Revert "Try to fix linter errors" This reverts commit bbd1a1dbe2aac4d0463f35d9fdaf2730bdfbcd7f. --- src/browser/Terminal.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/browser/Terminal.ts b/src/browser/Terminal.ts index 0b4d2e70bf..6e06855a8a 100644 --- a/src/browser/Terminal.ts +++ b/src/browser/Terminal.ts @@ -1193,10 +1193,9 @@ export class Terminal extends CoreTerminal implements ITerminal { } /** - * Input data to application side. - * The data is treated the same way as typed input at the terminal. - * (will appear in the onData event). - */ + * Input data to application side. + * The data is treated the same way as typed input at the terminal (will appear in the onData event). + */ public input(data: string): void { this.coreService.triggerDataEvent(data, true); return this.write(data);