This commit is contained in:
Kartik K. Agaram 2021-08-14 15:43:44 -07:00
parent 55cac9e7a9
commit e6f893811e
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ fn render-channels screen: (addr screen), _env: (addr environment), _channels: (
compare cursor-index, i
break-if-!=
# cursor; reverse video
draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, "#", 0/black 7/grey
draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, name, 0/black 7/grey
draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, "#", 0/black 0xf/white
draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, name, 0/black 0xf/white
}
y <- add 2/channel-padding
i <- increment