~sircmpwn/most

92b582b495fcc15e8dfd69b1eed886620425e198 — Drew DeVault 1 year, 6 months ago 2e6c201
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 =>