]> granicus.if.org Git - procps-ng/commit
watch: Add no linewrap option
authorCraig Small <csmall@dropbear.xyz>
Mon, 19 Oct 2020 11:03:44 +0000 (22:03 +1100)
committerCraig Small <csmall@dropbear.xyz>
Mon, 19 Oct 2020 11:03:44 +0000 (22:03 +1100)
commitd748966e393264b3ff832503058ecd73d11c1311
treedd78ce0215867b893f5ac0896880e3585dfaeda0
parentd10c8fccc9f81dd41f89c99facbabca67f8bede8
watch: Add no linewrap option

For long lines from a process, watch would wrap them around to the
next. While this default option has it uses, sometimes you want to
just cut those long lines down.

watch has a -w flag which will truncate the lines to the number
of columns. A few simple lines to do this new trick.

I think I caught all the ANSI state correctly but there might be
a chance it bleeds to the next row.

References:
 procps-ng/procps#182
NEWS
watch.1
watch.c