aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
AgeCommit message (Collapse)Author
2024-04-06Code cleanup.dam
2024-04-06Improved user input prompts.dam
2024-04-06Added styles.dam
2024-03-31WIP : Setup TUI styles.dam
2024-03-30Allow to set name on new task.dam
2024-03-30Setting up TUI input functions on ttt.dam
2024-03-29Fixed input echo on read_input_line.dam
2024-03-29Fixed cursor control on read_input_line.dam
2024-03-24WIP : Added note about bug.dam
2024-03-24Improved robustness and code clarity on get_key.dam
2024-03-21Fix get_key to support escape codes.dam
2024-03-15Improved key map.dam
2024-03-02Setup mappings for several different terminals.dam
2024-03-01WIP : First attempt to use hash table on escape codes.dam
2024-02-29WIP : Improving get_key to deal with escape codes.dam
2024-02-28Moved custom modules to newly supported local modules folder.dam
2024-02-22Added TODO to solve incoherent function key codes.dam
2024-02-16Base implementation of TUI/windows.dam
2024-02-10Improved TUI tests.dam
2024-02-10Fixed some windows OS_ procedures. Simplified and fixed get_key().dam
2024-02-09Reimplemented procedure to read input.dam
2024-01-11Very small fixes.dam
2024-01-07Fixed Windows raw IO modes.dam
2024-01-03WIP - implementing user line input.dam
2024-01-02Initial implementation of procedure to read user input from a single line.dam
2024-01-01Added some TODO items and fixed show_processing procedure.dam
2024-01-01Fixed bug that was clamping terminal sequences to 6 bytes. Added style ↵dam
formatting.
2023-12-24Starting to implement graphics styles.dam
2023-12-24Draw table and fixed totals position.dam
2023-12-22Fixed bug in count_digits. Converted print_time to TUI.dam
2023-12-21Started to use TUI in ttt.dam
2023-12-20Trying to fix get_key to behave well when it's buffer is full.dam
2023-12-20Attempt at implementing Key and get_key().dam
2023-12-17It seems we arrived a good compromise for the Key structure.dam
2023-12-15WIP: Trying to define Key.dam
2023-12-14Merge changes from black and red.dam
2023-12-14Testing Key structures and procedures.dam
2023-12-13Improved TUI tests.dam
2023-12-12Improved tests and tried to implement tcsetattr by relying only on ioctl.dam
2023-12-11Add set_terminal_title procedure.dam
2023-12-08Made get_terminal_size and get_cursor_position more robust.dam
2023-11-21Cleanup get_str procedure and TUI/unix.dam
2023-11-11Reading input was greatly simplified.dam
2023-10-24Prototype of process_input that does not block reading.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-09-28Working read_input prototype.dam
2023-09-23Implemented basic read_input for windows.dam
2023-09-21Fixed draw_box procedure. Added buggy prototype for read_input.dam
2023-09-20Moved TUI into a module with split OS-based implementations.dam