mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Try to fix linter errors
This commit is contained in:
@@ -1193,9 +1193,10 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user