hishtory/client/tui
David Dworken c3adc902ad
Add basic fix for #225 by escaping tab characters before rendering
This is a tricky bug to fix because the width of a tab character varies depending on context. This means that when we're trying to build a table and calculating the width of columns for budgeting, we can't actually know the width of a tab without knowing exactly what characters come before it. This is in theory doable, but it leads to some really complex code that I'd rather not adopt.
2024-07-06 19:21:34 -07:00
..
keybindings Add support for custom key bindings for #190 (#209) 2024-04-28 13:50:09 -07:00
tui_test.go Improve word boundary algorithm to ignore previous spaces so that control+arrow-keys will skip over repeated spaces 2024-02-21 22:17:09 -08:00
tui.go Add basic fix for #225 by escaping tab characters before rendering 2024-07-06 19:21:34 -07:00