.hgtags
author František Kučera <franta-hg@frantovo.cz>
Sun, 17 Nov 2019 17:51:13 +0100
branchv_0
changeset 26 32824e833b89
parent 25 d841e5ac15c0
child 28 2e51eb540e01
permissions -rw-r--r--
compute proper width of strings (characters might be wider than 1 column on display) Before: $ echo hello 🐭 | relpipe-in-csv wide string | relpipe-out-tabular wide: ╭─────────────────╮ │ string (string) │ ├─────────────────┤ │ hello 🐭 │ ╰─────────────────╯ Record count: 1 After: $ echo hello 🐭 | relpipe-in-csv wide string | relpipe-out-tabular wide: ╭─────────────────╮ │ string (string) │ ├─────────────────┤ │ hello 🐭 │ ╰─────────────────╯ Record count: 1

38f95a2b080f2818d235bf4793848fadbdc7b23c v0.8
bfc258d51baa3e3c9203fc2b877c7ff6e5d2079a v0.9
bbd89ca03878cf775d6ee19caad149fc3f630147 v0.10
b9625491fbf5c24ac547cc9bbd769340a0f5271f v0.11
2efc95e208ea2e8336950478ee84725b8de86914 v0.12
b580941b49572cd3649da3d7c341519452004917 v0.13
992dde455b044d6fe6639b0ac70e0d8c94083e1a v0.14