diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-02-07 22:24:27 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-02-07 22:24:27 -0800 |
commit | 899759edefa86e5b77e69232a96528af5e296f98 (patch) | |
tree | b1ea5bbe73c732b1621884c170cd6cb0170a8df2 | |
parent | a99775b4457fb46b2a30964937d8ae2099165496 (diff) | |
download | mu-899759edefa86e5b77e69232a96528af5e296f98.tar.gz |
7696
-rw-r--r-- | baremetal/500text-screen.mu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/baremetal/500text-screen.mu b/baremetal/500text-screen.mu index 463b8c20..88ebc104 100644 --- a/baremetal/500text-screen.mu +++ b/baremetal/500text-screen.mu @@ -65,7 +65,6 @@ fn screen-size screen: (addr screen) -> _/eax: int, _/ecx: int { } # testable screen primitive -# background color isn't configurable yet fn draw-grapheme screen: (addr screen), g: grapheme, x: int, y: int, color: int, background-color: int { { compare screen, 0 |