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
Thanks for the terrific work :P Really had fun with it
One thing I'm noticed: every time I exit the process, the cursor is always at the very top of the console.
I would have to hit enter multiple times to bring my cursor back to the original position to start typing again. I think this is related to how renderFrame works? Maybe we need to save the cursor position at the start and restore it with cursorTo before exit?
I'd be willing to fix this myself, just in a few days :D
Update. For some reason I can't reproduce in my console. I'm on MacOS and the above demo uses the VS Code terminal, but when I use the system's native terminal the cursor behaves correctly, so still investigating
The text was updated successfully, but these errors were encountered:
Thanks for the terrific work :P Really had fun with it
One thing I'm noticed: every time I exit the process, the cursor is always at the very top of the console.
I would have to hit enter multiple times to bring my cursor back to the original position to start typing again. I think this is related to how
renderFrame
works? Maybe we need to save the cursor position at the start and restore it withcursorTo
before exit?I'd be willing to fix this myself, just in a few days :D
Update. For some reason I can't reproduce in my console. I'm on MacOS and the above demo uses the VS Code terminal, but when I use the system's native terminal the cursor behaves correctly, so still investigating
The text was updated successfully, but these errors were encountered: