ly/src
João Lucas 7b81336761 refactor: Use zig fetch for termbox2 dependency
Replaced the local `termbox2.h` header file with a proper dependency managed by the Zig package manager. This improves maintainability and makes it easier to track and update the library in the future.

The previous `termbox2.h` contained a custom `tb_get_cell` function that is not present in the upstream repository. This function has been re-implemented in Zig (`src/tui/termbox_extras.zig`) to maintain compatibility, especially for the failed-login "cascade" animation.

This change also involved updating `build.zig` and `build.zig.zon` to use the new dependency.
2025-07-04 08:32:49 -03:00
..
animations Remove color randomization from Game of Life animation 2025-06-17 12:35:22 +02:00
bigclock Fix big clock UB in ReleaseSafe 2025-05-31 10:32:03 +02:00
config Merge branch 'master' into master 2025-06-17 12:36:17 +02:00
tui refactor: Use zig fetch for termbox2 dependency 2025-07-04 08:32:49 -03:00
Environment.zig Split session crawling from TUI component 2025-03-16 00:24:56 +01:00
SharedError.zig Support Zig 0.14.0 only (with 1 downstream dependency fork) 2025-03-05 19:42:00 +01:00
auth.zig Split session crawling from TUI component 2025-03-16 00:24:56 +01:00
bigclock.zig Fix big clock UB in ReleaseSafe 2025-05-31 10:32:03 +02:00
enums.zig Add GameOfLife Animation 2025-05-27 07:07:37 +02:00
interop.zig Conditionally import login_cap.h with pwd.h 2024-08-05 15:16:58 +02:00
main.zig remove gameoflife_randomize_colors argument in main for gameoflife 2025-06-17 12:40:49 +02:00