diff options
| author | dam <dam@gudinoff> | 2024-12-21 23:21:46 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-12-22 02:11:27 +0000 |
| commit | ec98642dfdf9e113702becebd8cac122ba1cc14d (patch) | |
| tree | dc10b33d92b0ad557931fa9f0b37f99b0414ad25 /modules/TUI/key_map.jai | |
| parent | 2ec6ef66d9fdc4f225c5f0e6317bb7ecba040533 (diff) | |
| download | task-time-tracker-ec98642dfdf9e113702becebd8cac122ba1cc14d.tar.zst task-time-tracker-ec98642dfdf9e113702becebd8cac122ba1cc14d.zip | |
Update code to comply with compiler beta 0.1.094.
Diffstat (limited to 'modules/TUI/key_map.jai')
| -rw-r--r-- | modules/TUI/key_map.jai | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
