Fix bar dead code

This commit is contained in:
2026-02-01 20:47:41 +00:00
parent 8b93b955e8
commit 59fe554259
4 changed files with 7 additions and 23 deletions

View File

@@ -10,11 +10,8 @@ struct Bar {
std::string command = "";
std::string log_line = "";
uint32_t cursor = 0;
BarLine bar_line;
std::mutex mtx;
void init(Coord screen) { this->screen = screen; }
void work();
void render();
void handle(KeyEvent event);
void log(std::string message);