index
:
dam/task-time-tracker
master
A tool to keep track of the time spent on tasks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
TUI
/
module.jai
Age
Commit message (
Expand
)
Author
2023-12-20
Attempt at implementing Key and get_key().
dam
2023-12-17
It seems we arrived a good compromise for the Key structure.
dam
2023-12-15
WIP: Trying to define Key.
dam
2023-12-12
Improved tests and tried to implement tcsetattr by relying only on ioctl.
dam
2023-12-11
Add set_terminal_title procedure.
dam
2023-12-08
Fix potential out-of-bounds bug in get_terminal_size and get_cursor_size.
dam
2023-12-08
Merge changes from black and red.
dam
2023-12-08
Made get_terminal_size and get_cursor_position more robust.
dam
2023-11-27
Reordered the start/stop sequences.
dam
2023-11-27
Replaced mutex with atomic flag.
dam
2023-11-21
Added comment describing next TODO.
dam
2023-11-21
Cleanup get_str procedure and TUI/unix.
dam
2023-11-12
Moved OS dependent code.
dam
2023-11-11
Reading input was greatly simplified.
dam
2023-10-24
Prototype of process_input that does not block reading.
dam
2023-10-17
Added prototype resize signal handler.
dam
2023-10-16
Improved input reading to wait for event instead of pooling.
dam
2023-10-16
First prototype of TUI reading the input using another thread.
dam
2023-10-03
Added TODO comment.
dam
2023-09-28
Working read_input prototype.
dam
2023-09-23
Implemented basic read_input for windows.
dam
2023-09-21
Fixed one bug on read_input... more remaining (sad).
dam
2023-09-21
Fixed draw_box procedure. Added buggy prototype for read_input.
dam
2023-09-20
Removed unused parameter from draw_bow procedure.
dam
2023-09-20
Moved TUI into a module with split OS-based implementations.
dam