Bind UP to action_up
1 files changed, 2 insertions(+), 0 deletions(-) M cmd/most/main.ha
M cmd/most/main.ha => cmd/most/main.ha +2 -0
@@ 150,6 150,8 @@ fn run(conf: *config, in: io::handle) (void | vt::error) = { switch (key) { case specialkey::DOWN => action_down(&state)?; + case specialkey::UP => + action_up(&state)?; case specialkey::PGDN => action_pgdown(&state)?; case specialkey::PGUP =>