Height Change During the Session Causes Cursor Y to Jump to the Wrong Position
nikitaeverywhere opened this issue · 1 comments
nikitaeverywhere commented
WebTerminal v4.2.8, steps to reproduce:
- Minimize the WebTerminal window to take 50% of the maximized height;
- Press until the output reach the bottom of the window;
- Enter
write "test"
but do not press<Enter>
; - Maximize the window and press enter.
The output goes in the wrong position then. The same happens if you enter, for example, hang 10 write "test"
, and maximize the window during the hang.
Reported by Lee and Matthew / IDEL project.
nikitaeverywhere commented
Fixed by 40c51a3.