diff options
| author | dam <dam@gudinoff> | 2024-05-04 01:43:34 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-05-04 01:43:34 +0100 |
| commit | 675b0a5fea60dc33a97b0dc1871bb9a0b61818cc (patch) | |
| tree | 0d663361d843a878114d496bc4e9817c2e9da7f4 /modules/TUI/unix.jai | |
| parent | 6b90a43d69142ff684b792ba2da951e5bbddc8a6 (diff) | |
| download | task-time-tracker-675b0a5fea60dc33a97b0dc1871bb9a0b61818cc.tar.zst task-time-tracker-675b0a5fea60dc33a97b0dc1871bb9a0b61818cc.zip | |
WIP : Cleanup TUI module. Finally decided to go with hard-asserts (vs soft-errors/logs).
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 a8e0edf..940ac80 100644 --- a/modules/TUI/unix.jai +++ b/modules/TUI/unix.jai @@ -195,7 +195,7 @@ tcgetattr :: (fd: s32, termios_p: *Terminal_IO_Mode) -> s32 #foreign libc; // https://codebrowser.dev/glibc/glibc/sysdeps/unix/sysv/linux/tcflush.c.html - tcflush :: (fd: s32, queue_selector: s32) -> s32 #foreign libc; + tcflush :: (fd: s32, queue_selector: s32) -> s32 #foreign libc; //////////////////////////////////////////////////////////////////////////////// |
