iwatch
iwatch copied to clipboard
broken display if the terminal width > 180
The following patch is required to display like below

diff -u iwatch.c~ iwatch.c
--- iwatch.c~ 2018-05-11 19:27:22.156024496 +0900
+++ iwatch.c 2018-05-11 19:28:37.701205581 +0900
@@ -41,7 +41,7 @@
#define DEFAULT_INTERVAL 2
#define MAXLINE 300
-#define MAXCOLUMN 180
+#define MAXCOLUMN 300
#define MAX_COMMAND_LENGTH 128
#define NUM_FRAQ_DIGITS_USEC 6 /* number of fractal digits for usec */
reported by @msaitoh