cpp-terminal icon indicating copy to clipboard operation
cpp-terminal copied to clipboard

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

Open AMythicDev opened this issue 1 year ago • 0 comments

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: 08fb483e 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

AMythicDev avatar Nov 01 '24 21:11 AMythicDev