aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index e5b06f1..3db2337 100644
--- a/src/util.c
+++ b/src/util.c
@@ -417,6 +417,7 @@ void horiz_line_nocurses(void)
struct winsize w;
ioctl(STDOUT_FILENO, TIOCGWINSZ, &w);
+ output("printing heading %d chars long", w.ws_col);
/* dirty hack for noninteractive mode */
if(!w.ws_col)
w.ws_col = 80;