We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832fc9e commit 32e6a0eCopy full SHA for 32e6a0e
src/views/prompt/handler.rs
@@ -42,7 +42,7 @@ impl CommandHandler for PromptView {
42
state.set_cursor(cursor_position, false);
43
}
44
45
- // Workaround https://github.com/thscharler/rat-salsa/issues/5
+ // Workaround https://github.com/thscharler/rat-salsa/issues/6
46
let area_width = state.area.width;
47
if *code == KeyCode::Right && cursor_position.x >= area_width as u32 {
48
let hscroll = state.hscroll.offset();
0 commit comments