From 4e3703de21b03b0f3b21efcda8536ec7a652a5ae Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 13 Aug 2021 06:27:09 -0700 Subject: [PATCH] . --- browse-slack/environment.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browse-slack/environment.mu b/browse-slack/environment.mu index c7333adf..0fdfc087 100644 --- a/browse-slack/environment.mu +++ b/browse-slack/environment.mu @@ -110,9 +110,9 @@ fn render-menu screen: (addr screen) { draw-text-rightward-from-cursor screen, " ^b ", width, 0/fg 0xf/bg draw-text-rightward-from-cursor screen, " previous page ", width, 0xf/fg, 0/bg draw-text-rightward-from-cursor screen, " ^n ", width, 0/fg 0xf/bg - draw-text-rightward-from-cursor screen, " next (older) item ", width, 0xf/fg, 0/bg + draw-text-rightward-from-cursor screen, " next item ", width, 0xf/fg, 0/bg draw-text-rightward-from-cursor screen, " ^p ", width, 0/fg 0xf/bg - draw-text-rightward-from-cursor screen, " previous (more recent) item ", width, 0xf/fg, 0/bg + draw-text-rightward-from-cursor screen, " previous item ", width, 0xf/fg, 0/bg } fn render-item screen: (addr screen), _item: (addr item), _users: (addr array user), y: int, screen-height: int -> _/ecx: int {