summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xprop.c b/xprop.c
index 15c296d..55feaab 100644
--- a/xprop.c
+++ b/xprop.c
@@ -66,7 +66,7 @@ from The Open Group.
/* isprint() in "C" locale */
#define c_isprint(c) ((c) >= 0x20 && (c) < 0x7f)
-static int term_width = 80;
+static int term_width = 144 + 8;
/*
*