diff options
-rw-r--r-- | rtty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |