covered_window_rows

This commit is contained in:
alice pellerin
2026-03-19 02:00:05 -05:00
parent ce2d753f96
commit 5aa64bd7dc
4 changed files with 20 additions and 7 deletions
+3 -2
View File
@@ -18,6 +18,7 @@ const CHUNKS_PER_LINE: usize = BYTES_PER_LINE / BYTES_PER_CHUNK;
// TODO:
// - multiple buffers (tabs)
// - add a field for 'lines not couting for hex height' to offset status/tab bar/search bar
// - search
// - modifications
// - insert/append
@@ -33,10 +34,10 @@ const CHUNKS_PER_LINE: usize = BYTES_PER_LINE / BYTES_PER_CHUNK;
// - zz/zt/zb
// - visual gg/G
// - jumplist
// - f/t
// - ascii?
// - y/p
// - [/] to cycle view offset?
// - J jump to offset
// - under cursor?
// future directions
// - switch between cursor size u8s/u16s/u32s/u64s?