From 47771b034812806c215e2c26bc0a6ff921b6c2d7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 13 Aug 2021 09:12:33 -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 a0d9f88e..60bc00f6 100644 --- a/browse-slack/environment.mu +++ b/browse-slack/environment.mu @@ -63,8 +63,8 @@ fn render-channels screen: (addr screen), env: (addr environment), _channels: (a compare name, 0 break-if-= set-cursor-position screen, 2/x y - draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, "#", 0xf/grey 0/black - draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, name, 0xf/grey 0/black + draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, "#", 7/grey 0/black + draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, name, 7/grey 0/black y <- add 2/channel-padding i <- increment loop