about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-29 16:11:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-29 16:11:23 -0700
commite13fd3e0a1d7042ef8267ac9ebb04ed5ed24887f (patch)
tree9d3929777c81c095df14ec44f38ee412a6e93264
parent05879d4f9923e737a685776a68f527f752d56263 (diff)
downloadmu-e13fd3e0a1d7042ef8267ac9ebb04ed5ed24887f.tar.gz
render in a narrow column
-rw-r--r--shell/global.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/global.mu b/shell/global.mu
index e5b2071d..dc403d21 100644
--- a/shell/global.mu
+++ b/shell/global.mu
@@ -159,7 +159,7 @@ fn render-globals screen: (addr screen), _self: (addr global-table) {
       compare curr-input, 0
       break-if-=
       var x/eax: int <- copy 1/padding-left
-      x, y <- render-gap-buffer-wrapping-right-then-down screen, curr-input, x, y, 0x56/xmax, 0x2f/ymax, 0/no-cursor, 3/fg=cyan, 0x14/bg=definition
+      x, y <- render-gap-buffer-wrapping-right-then-down screen, curr-input, x, y, 0x2a/xmax, 0x2f/ymax, 0/no-cursor, 3/fg=cyan, 0x14/bg=definition
       y <- increment
     }
     curr-index <- decrement