aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-15 21:29:56 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-15 21:29:56 +0200
commit434942c72230289353276ba3f5ac0ddc34c6c010 (patch)
tree617bca0264348b0d8cf1e530875ed5cb56d7c789
parent1d93a576f4cc7c6bfb5eb122469c3d4ba85f84bc (diff)
downloadrtty-434942c72230289353276ba3f5ac0ddc34c6c010.tar.gz
Use -l22 for pr
-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 *);