From e403d15732e62fc9f1940ef14dc3b46bb11f5201 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 16 Sep 2020 18:54:12 -0700 Subject: 6794 - cleaner interface for keyboard So far I've been assuming that read-key only works for ascii, and that I'd need to get more sophisticated both for multi-byte utf-8 and multi-byte terminal escape codes like arrow keys. Rather to my surprise, both work fine. We just need to adjust the types to reflect this fact. --- prototypes/tile/2.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prototypes/tile/2.mu') diff --git a/prototypes/tile/2.mu b/prototypes/tile/2.mu index 79b9ed99..6339d61e 100644 --- a/prototypes/tile/2.mu +++ b/prototypes/tile/2.mu @@ -32,7 +32,7 @@ fn main -> exit-status/ebx: int { # wait for a key { enable-keyboard-immediate-mode - var dummy/eax: byte <- read-key + var dummy/eax: grapheme <- read-key-from-real-keyboard enable-keyboard-type-mode } # clean up -- cgit 1.4.1-2-gfad0