aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordam <dam@gudinoff>2023-09-29 09:41:36 +0100
committerdam <dam@gudinoff>2023-09-29 09:41:36 +0100
commit057c0c688ce4d5bfe09b923fc2409e3ef298033c (patch)
treea4f3730092b639616488eea89c5129c814fc305a
parent31708f5773ca2fe4ba5a4ed440747c472f7c7d92 (diff)
downloadtask-time-tracker-057c0c688ce4d5bfe09b923fc2409e3ef298033c.tar.zst
task-time-tracker-057c0c688ce4d5bfe09b923fc2409e3ef298033c.zip
Added some TODO comments.
-rw-r--r--TUI/unix.jai6
1 files changed, 3 insertions, 3 deletions
diff --git a/TUI/unix.jai b/TUI/unix.jai
index 20d1a2a..434935b 100644
--- a/TUI/unix.jai
+++ b/TUI/unix.jai
@@ -33,7 +33,7 @@
_1000_;
IMAXBEL; // Ring bell when input queue is full.
- IUCLC; // Translate upper case input to lower case.
+ IUCLC; // Translate upper case input to lower case. not in POSIX
_8000_;
}
@@ -142,8 +142,8 @@
initial_tio_mode: Terminal_IO_Mode;
- default_tio_mode: Terminal_IO_Mode;
- human_tio_mode: Terminal_IO_Mode;
+ default_tio_mode: Terminal_IO_Mode; // TODO Rename to 'raw_tio_mode'
+ human_tio_mode: Terminal_IO_Mode; // TODO Rename to 'cooked_tio_mode'
#scope_export