From 057c0c688ce4d5bfe09b923fc2409e3ef298033c Mon Sep 17 00:00:00 2001 From: dam Date: Fri, 29 Sep 2023 09:41:36 +0100 Subject: Added some TODO comments. --- TUI/unix.jai | 6 +++--- 1 file 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 -- cgit v1.2.3