pull/6/head
dvkt 5 years ago
parent 7efc12597f
commit eeffe92a9a

@ -142,6 +142,7 @@ impl UI {
Key::Ctrl('q') | Key::Ctrl('c') => return Action::Quit,
Key::Left | Key::Backspace => return Action::Back,
Key::Right => return Action::Forward,
Key::Char('\n') => return Action::Redraw,
_ => {}
},
action => return action,

Loading…
Cancel
Save