From ec98642dfdf9e113702becebd8cac122ba1cc14d Mon Sep 17 00:00:00 2001 From: dam Date: Sat, 21 Dec 2024 23:21:46 +0000 Subject: Update code to comply with compiler beta 0.1.094. --- modules/TUI/key_map.jai | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/TUI/key_map.jai') diff --git a/modules/TUI/key_map.jai b/modules/TUI/key_map.jai index 43762f4..ce31389 100644 --- a/modules/TUI/key_map.jai +++ b/modules/TUI/key_map.jai @@ -11,6 +11,8 @@ setup_key_map :: () { if key_map.count > 0 then return; + init(*key_map); + /* This table was created/tested using the following terminals: - g: gnome terminal -- cgit v1.2.3