refactor input system

This commit is contained in:
alice pellerin
2026-03-17 20:20:08 -05:00
parent 1e4948f61e
commit 9d5b2b6dec
5 changed files with 462 additions and 219 deletions
+2 -1
View File
@@ -7,14 +7,15 @@ mod cardinality;
mod empty_span;
mod custom_greys;
mod app;
mod config;
mod cursor;
mod action;
const BYTES_PER_LINE: usize = 0x10;
const BYTES_PER_CHUNK: usize = 4;
const CHUNKS_PER_LINE: usize = BYTES_PER_LINE / BYTES_PER_CHUNK;
// TODO:
// - refactor input system
// - undo/redo
// - x/X
// - modes