about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-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
92'>92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
b933a0709cc78'>6e36ce06 ^
bb0e67a3 ^



6e36ce06 ^
bb0e67a3 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28