Skip to content
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

Term::cursor_left(0) moves cursor left by 1 #375

Open
AMythicDev opened this issue Nov 1, 2024 · 0 comments
Open

Term::cursor_left(0) moves cursor left by 1 #375

AMythicDev opened this issue Nov 1, 2024 · 0 comments

Comments

@AMythicDev
Copy link

AMythicDev commented Nov 1, 2024

Term::cursor_left() moves the cursor to the left by 1 column even when the actual argument passed is 0. This is quite likely a bug and should be fixed. Potential candidates that should also be reviewed for the same bug include Term::cursor_right() and Term::cursor_move().

Additional Details:
cpp_terminal revsion: 08fb483
Terminal: alacritty 0.13.2
Shell: zsh 5.9
CXX: clang++ (clang 19.1.0 "clang version 19.1.0 (Fedora 19.1.0-1.fc41)")
LD: clang++ ld.lld 19.1.0
C++ Version: C++17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant