mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
comment fix
This commit is contained in:
@@ -106,7 +106,7 @@ export class WriteBuffer {
|
||||
this._bufferOffset = 0;
|
||||
|
||||
// If this is the first write call after the user has done some input,
|
||||
// parse it immediately to minimize reduce input,
|
||||
// parse it immediately to minimize input latency,
|
||||
// otherwise schedule for the next event
|
||||
if (this._didUserInput) {
|
||||
this._didUserInput = false;
|
||||
|
||||
Reference in New Issue
Block a user