about summary refs log tree commit diff stats
path: root/test/layout/tabs.html
Commit message (Collapse)AuthorAgeFilesLines
* layout, pager: preserve tabs on display, selection & outputbptato2024-10-101-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 testsbptato2024-04-211-0/+7
(Sadly some layout tests still fail.)