Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arencoskun committed Feb 1, 2024
1 parent c51a0b7 commit 06aa2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/xterm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 06aa2c8

Please sign in to comment.