aboutsummaryrefslogtreecommitdiff
path: root/TUI/module.jai
AgeCommit message (Expand)Author
2023-11-27Reordered the start/stop sequences.dam
2023-11-27Replaced mutex with atomic flag.dam
2023-11-21Added comment describing next TODO.dam
2023-11-21Cleanup get_str procedure and TUI/unix.dam
2023-11-12Moved OS dependent code.dam
2023-11-11Reading input was greatly simplified.dam
2023-10-24Prototype of process_input that does not block reading.dam
2023-10-17Added prototype resize signal handler.dam
2023-10-16Improved input reading to wait for event instead of pooling.dam
2023-10-16First prototype of TUI reading the input using another thread.dam
2023-10-03Added TODO comment.dam
2023-09-28Working read_input prototype.dam
2023-09-23Implemented basic read_input for windows.dam
2023-09-21Fixed one bug on read_input... more remaining (sad).dam
2023-09-21Fixed draw_box procedure. Added buggy prototype for read_input.dam
2023-09-20Removed unused parameter from draw_bow procedure.dam
2023-09-20Moved TUI into a module with split OS-based implementations.dam