diff options
Diffstat (limited to 'TUI/unix.jai')
| -rw-r--r-- | TUI/unix.jai | 6 |
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 |
