broken scrolling

This commit is contained in:
2025-11-11 13:42:36 -07:00
parent ca3ddf9f03
commit 4288f60441
5 changed files with 117 additions and 31 deletions

View File

@@ -2,4 +2,5 @@ pub mod app;
mod calc;
mod mode;
mod error_msg;
mod ctx;
mod ctx;
mod screen;