Skip to content

Commit

Permalink
Revert "Try to fix linter errors"
Browse files Browse the repository at this point in the history
This reverts commit bbd1a1d.
  • Loading branch information
jerch committed Feb 1, 2024
1 parent 98211d0 commit 633bb06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/browser/Terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 633bb06

Please sign in to comment.