-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
repl: bug when the length of preview output is exactly equal to the terminal width #31291
Labels
Comments
|
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Jan 10, 2020
The cusor position was off in case the preview was exactly as long as the current terminal was wide. Fixes: nodejs#31291
targos
pushed a commit
to targos/node
that referenced
this issue
Apr 25, 2020
The cusor position was off in case the preview was exactly as long as the current terminal was wide. PR-URL: nodejs#31293 Fixes: nodejs#31291 Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
When the length of preview output is exactly equal to the terminal width, the cursor's position move to the end of current line, which seems to be a bug.
/cc @BridgeAR
The text was updated successfully, but these errors were encountered: