only redraw on F5, don't reload

pull/22/head
chris west 4 years ago
parent 5fb8f14586
commit 6e55457f26

@ -603,7 +603,7 @@ impl UI {
self.process_action(fun(response))?;
}
}
// F5 = refresh
// F5 = redraw the display on resize
Action::Keypress(Key::F(5)) => self.dirty = true,
Action::Keypress(Key::Left) | Action::Keypress(Key::Backspace) => {
if self.focused > 0 {

Loading…
Cancel
Save