diff options
| author | dam <devnull@localhost> | 2024-04-15 16:50:42 +0100 |
|---|---|---|
| committer | dam <devnull@localhost> | 2024-04-15 16:50:42 +0100 |
| commit | bb1d53daa526d734fb2e33c2090f8396f87544ec (patch) | |
| tree | 52e90e50b02cb3a46143e92e129f9525dbfdc5c4 /modules/TUI/unix.jai | |
| parent | 3112131c24ede1ea343383ffd4f8ca7bc4783f47 (diff) | |
| download | task-time-tracker-bb1d53daa526d734fb2e33c2090f8396f87544ec.tar.zst task-time-tracker-bb1d53daa526d734fb2e33c2090f8396f87544ec.zip | |
Improved TUI logger; added snake example using TUI.
Diffstat (limited to 'modules/TUI/unix.jai')
| -rw-r--r-- | modules/TUI/unix.jai | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/TUI/unix.jai b/modules/TUI/unix.jai index 861fe11..7103d47 100644 --- a/modules/TUI/unix.jai +++ b/modules/TUI/unix.jai @@ -7,7 +7,7 @@ // Required to do unlocking input. libc :: #system_library "libc"; - // TODO Remote this. + // TODO Remove this. // cfmakeraw :: (termios: *Terminal_IO_Mode) -> void #foreign libc; /* https://elixir.bootlin.com/glibc/glibc-2.28/source/termios/cfmakeraw.c#L22 void |
