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
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().
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 includeTerm::cursor_right()
andTerm::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
The text was updated successfully, but these errors were encountered: