From 7ecfd5eba9d9f45a2ccd5237bd68d8b24b26978b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 16 Sep 2020 23:46:25 -0700 Subject: 6796 Extremely hacky initial stab at a 1-line editor. --- apps/tui.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tui.mu') diff --git a/apps/tui.mu b/apps/tui.mu index a02d8fb0..be74e1c4 100644 --- a/apps/tui.mu +++ b/apps/tui.mu @@ -23,7 +23,7 @@ fn main -> exit-status/ebx: int { print-string 0, "press a key to see its code: " enable-keyboard-immediate-mode - var x/eax: byte <- read-key-from-real-keyboard + var x/eax: grapheme <- read-key-from-real-keyboard enable-keyboard-type-mode enable-screen-type-mode print-string 0, "You pressed " -- cgit 1.4.1-2-gfad0