]> sigrok.org Git - libsigrok.git/commit
output/ascii: Vertically align logic channel names
authorv1ne <redacted>
Wed, 1 Apr 2020 19:34:01 +0000 (21:34 +0200)
committerGerhard Sittig <redacted>
Fri, 31 Jul 2020 08:24:43 +0000 (10:24 +0200)
commit3b93d3c24bb21d1619d7098d7a87706a0bcf474a
tree0731437e504346ebed4ea0c9ab8dafdca1c8f886
parentf64f51b404b01ff15d850a1769a62ae059f50988
output/ascii: Vertically align logic channel names

This results in vertical alignment of sample data and trigger positions.
The implementation assumes that the channel names' byte count corresponds
to the space which they occupy on screen. Channel names with umlauts still
may suffer from misalignment.

[ gsi: rephrased commit message ]
src/output/ascii.c