Skip to content

Commit

Permalink
Explain what handleInput is doing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Apr 19, 2024
1 parent 27a0f27 commit 3864790
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,9 @@ class WindowsPtyHeuristics extends Disposable {
}
}

/**
* Attempt to adjust the command start marker when input is handled for the first time.
*/
handleInput() {
const currentY = this._terminal.buffer.active.baseY + this._terminal.buffer.active.cursorY;

Expand Down

0 comments on commit 3864790

Please sign in to comment.