-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Odd Terminal history browsing behavior #397
Comments
Yes you are right, the variable of the monitor history index is reset at each refresh, purpose was to reset the history when terminal is no more displayed but I did it the wrong way, I have forget any refresh will have same effect orz... it is 0334b11 |
Wow, so fast.
That works well, excellent! |
the Up / Down key was working for me so I had some time to reproduce the issue and fixed - it is fixed in a70 |
Working, thanks, and great job again! |
Fixed, thanks, and great job again! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
Using UP and DOWN to scroll through the previously send terminal commands/history doesn't work reliably.
It seems the history browsing is affected by new lines being added to the terminal screen.
I continuously have temperature reports coming in on the terminal, this seems to cause issues.
If I press UP then I get the previous command that was sent, but when I press UP again, and a new lines of data arrived in the terminal screen (before I pressed UP for the second time), then the same command is shown, not the command before the previous command.
Pressing DOWN is also affected in the same way as pressing up, and it seems that I need to press DOWN twice before I get the expected command.
To Reproduce
Steps to reproduce the behavior:
ESP3D Firmware:
Target Firmware:
Board used:
Browser used:
The text was updated successfully, but these errors were encountered: