typo
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Sat, 3 Dec 1983 14:18:16 +0000 (06:18 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Sat, 3 Dec 1983 14:18:16 +0000 (06:18 -0800)
SCCS-vsn: usr.bin/window/tth19.c 3.10

usr/src/usr.bin/window/tth19.c

index 92b37d8..8b0bed0 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)tth19.c     3.9 83/09/15";
+static char *sccsid = "@(#)tth19.c     3.10 83/12/02";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
@@ -140,7 +140,7 @@ register char row, col;
                        esc();
                        pc(A);
                        goto out;
                        esc();
                        pc(A);
                        goto out;
-               } else if (tt.tt_row == row + 1) {
+               } else if (tt.tt_row == row - 1) {
                        pc(\n);
                        goto out;
                }
                        pc(\n);
                        goto out;
                }