diff options
| author | dam <dam@gudinoff> | 2024-12-22 01:59:58 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-12-22 02:10:26 +0000 |
| commit | 863bfec23df598b476e26559c117791d1083611a (patch) | |
| tree | 32953b5134864cabba618859cc324f8bc2e2c463 /TUI/key_map.jai | |
| parent | c57f2b97285c44241c6e73fad8705f17fc32a320 (diff) | |
| download | jai-modules-863bfec23df598b476e26559c117791d1083611a.tar.zst jai-modules-863bfec23df598b476e26559c117791d1083611a.zip | |
Update code to comply with compiler beta 0.1.094.
Diffstat (limited to 'TUI/key_map.jai')
| -rw-r--r-- | TUI/key_map.jai | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TUI/key_map.jai b/TUI/key_map.jai index 43762f4..ce31389 100644 --- a/TUI/key_map.jai +++ b/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 |
