You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call ls -l to get some lines shown in the terminal
write echo -e '\x1b[3J'
--> scrollbar get not adjusted, although there nothing to scroll over (does basically nothing)
Idk yet if there is just call to update the scrollbar is missing in ED3 directly, or if there something missing at a higher level (which would also affect other sequences adding or removing terminal lines).
The text was updated successfully, but these errors were encountered:
Repro:
ls -l
to get some lines shown in the terminalecho -e '\x1b[3J'
--> scrollbar get not adjusted, although there nothing to scroll over (does basically nothing)
Idk yet if there is just call to update the scrollbar is missing in ED3 directly, or if there something missing at a higher level (which would also affect other sequences adding or removing terminal lines).
The text was updated successfully, but these errors were encountered: