aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtty.c b/rtty.c
index aa62f45..95c0065 100644
--- a/rtty.c
+++ b/rtty.c
@@ -10,7 +10,7 @@
#include <termios.h>
#include <unistd.h>
-#define INIT "export TERM=tty43 EDITOR=ed PAGER='pr -ptl23'\n"
+#define INIT "export TERM=tty43 EDITOR=ed PAGER='pr -ptl22'\n"
#define MAXBUF 2048
char *getpw(char *);