white text everywhere by default

This commit is contained in:
Kartik K. Agaram 2021-04-29 16:27:43 -07:00
parent 5124feb31e
commit 6503529627
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ fn render-sandbox screen: (addr screen), _self: (addr sandbox), xmin: int, ymin:
y <- maybe-render-empty-screen screen, self, xmin, y
y <- maybe-render-keyboard screen, self, xmin, y
var cursor-in-sandbox?/ebx: (addr boolean) <- get self, cursor-in-data?
x, y <- render-gap-buffer-wrapping-right-then-down screen, data, x, y, xmax, ymax, *cursor-in-sandbox?, 3/fg, 0/bg
x, y <- render-gap-buffer-wrapping-right-then-down screen, data, x, y, xmax, ymax, *cursor-in-sandbox?, 0xf/fg, 0/bg
y <- increment
# trace
var trace-ah/eax: (addr handle trace) <- get self, trace