Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout, pager: preserve tabs on display, selection & output | bptato | 2024-10-10 | 1 | -1/+9 |
| | | | | | | | | | | | | Substitute tabs with one of eight PUA characters based on their width, and convert them back in the pager: * TUI mode always prints spaces, but now handles tabs appropriately on cursor movement * dump mode tries to preserve hard tabs, but uses soft tabs when that is not possible (e.g. tabs after a margin, tab with background color, etc) * selection mode always outputs hard tabs. | ||||
* | test: add js & layout tests | bptato | 2024-04-21 | 1 | -0/+7 |
(Sadly some layout tests still fail.) |