tuiの単語単位Backspace

This commit is contained in:
2026-04-29 21:31:19 +09:00
parent 99dbb1c6c0
commit b79747bd0c
5 changed files with 102 additions and 6 deletions
+3
View File
@@ -398,6 +398,9 @@ impl App {
pub fn delete_char_after(&mut self) {
self.input.delete_after();
}
pub fn delete_word_before(&mut self) {
self.input.delete_word_before();
}
pub fn move_cursor_left(&mut self) {
self.input.move_left();
}