We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v22.6.0
Darwin Mikes-MacBook-Pro.local 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:13:00 PDT 2024; root:xnu-10063.141.2~1/RELEASE_X86_64 x86_64
No response
As shown in attached video:
node
'\v'.codeAt(0)
TypeError: " ".codeAt is not a function
The vertical tab pulled the cursor away from the prompt line.
Mitigation: Hitting Ctrl-l resets the cursor to expected.
Occurs every time
The REPL cursor should stay on the prompt line, not overlap any error message due to speculative execution.
The text was updated successfully, but these errors were encountered:
$ node Welcome to Node.js v22.7.0. Type ".help" for more information. > "\v".notAFunction() TypeError: " ".notAFunction is not a function
Sorry, something went wrong.
\v
\r
RedYetiDev
Successfully merging a pull request may close this issue.
Version
v22.6.0
Platform
Subsystem
No response
What steps will reproduce the bug?
As shown in attached video:
node
'\v'.codeAt(0)
The vertical tab pulled the cursor away from the prompt line.
Mitigation: Hitting Ctrl-l resets the cursor to expected.
node-screen-session-typeahead.mov
How often does it reproduce? Is there a required condition?
Occurs every time
What is the expected behavior? Why is that the expected behavior?
The REPL cursor should stay on the prompt line, not overlap any error message due to speculative execution.
What do you see instead?
The vertical tab pulled the cursor away from the prompt line.
Additional information
No response
The text was updated successfully, but these errors were encountered: