MCPcopy Create free account
hub / github.com/GCWing/BitFun / handle_backspace

Method handle_backspace

src/apps/cli/src/ui/chat/input.rs:36–39  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

34 }
35
36 pub fn handle_backspace(&mut self) {
37 self.text_input.handle_backspace();
38 self.refresh_command_menu();
39 }
40
41 pub fn move_cursor_left(&mut self) {
42 self.text_input.move_cursor_left();

Callers

nothing calls this directly

Calls 1

refresh_command_menuMethod · 0.45

Tested by

no test coverage detected