4 ms·
When drawing outlines, tables, etc, I hope the new approach (vui) uses real Unicode box-drawing characters and not - | + etc. It's high time TUI people raise th
by frou_dh 8mo ago
When drawing outlines, tables, etc, I hope the new approach (vui) uses real Unicode box-drawing characters and not - | + etc. It's high time TUI people raise their standards a bit and consider unbroken line drawing (no gaps between repeated characters) a requirement rather than a luxury!
- d12frosted 8mo agovui-table supports three :border variants at the moment - :ascii, :unicode and nil (i.e. none) :ascii +---------+--------+ | Summary | | +---------+--------+ | RMS | 4.1620 | | AVG | 3.9558 | +---------+--------+ :unicode ┌─────────┬────────┐ │ Summary │ │ ├─────────┼────────┤ │ RMS │ 4.1620 │ │ AVG │ 3.9558 │ └─────────┴────────┘ I think there is room for improvement (like use thicker lines for headers in unicode) and I also need to provide a way to override these.