aboutsummaryrefslogtreecommitdiff
path: root/modules/TUI/unix.jai
diff options
context:
space:
mode:
authordam <devnull@localhost>2024-04-15 16:50:42 +0100
committerdam <devnull@localhost>2024-04-15 16:50:42 +0100
commitbb1d53daa526d734fb2e33c2090f8396f87544ec (patch)
tree52e90e50b02cb3a46143e92e129f9525dbfdc5c4 /modules/TUI/unix.jai
parent3112131c24ede1ea343383ffd4f8ca7bc4783f47 (diff)
downloadtask-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.jai2
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