From 936087d382c7c0e2121cebcdd5b75ba0dd7273c7 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 16 Aug 2013 16:38:04 +0200 Subject: Do not cut the last column on screen off MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- watch-bz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-bz b/watch-bz index 7c40b8c..8ebb962 100755 --- a/watch-bz +++ b/watch-bz @@ -72,7 +72,7 @@ fi # hardcoded for now (note the SEP - OUTPUT_FMT relationship) SEP=@@@ -WIDTH=$(( $(stty size | cut -d' ' -f2) - 1 )) +WIDTH=$(stty size | cut -d' ' -f2) # options/arguments -- cgit