Go to file
Patrick Auernig 38fe976261 fix(tui): Avoid unnecessarily re-rendering the user interface
Having the event loop be asynchronous causes too many unnecessary
redraws, despite the content not changing.
2024-11-28 00:24:39 +01:00
src fix(tui): Avoid unnecessarily re-rendering the user interface 2024-11-28 00:24:39 +01:00
.editorconfig Initialize project 2024-08-26 19:20:43 +02:00
.envrc chore: Reload environment when Rust toolchain changes 2024-11-24 22:12:30 +01:00
.gitignore chore: Update nix flake for development shell 2024-11-23 20:03:55 +01:00
Cargo.lock feat(core): Add tracing with log file appender 2024-11-27 22:17:19 +01:00
Cargo.toml feat(core): Add tracing with log file appender 2024-11-27 22:17:19 +01:00
flake.lock chore: Update flake inputs 2024-11-24 22:14:29 +01:00
flake.nix chore: Update flake inputs 2024-11-24 22:14:29 +01:00
rust-toolchain.toml Initialize project 2024-08-26 19:20:43 +02:00
rustfmt.toml Initialize project 2024-08-26 19:20:43 +02:00