the xx layer added, handle "ic" differently, compression added to zapple
[unix-history] / usr / src / usr.bin / window / tttermcap.c
index d16a903..938fdf7 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tttermcap.c        3.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)tttermcap.c        3.10 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "tt.h"
 #endif /* not lint */
 
 #include "tt.h"
@@ -79,6 +79,13 @@ tttgoto(s, col, row)
                ttputc(0);
 }
 
                ttputc(0);
 }
 
+ttpgoto(s, col, row, n)
+       struct tt_str *s;
+{
+
+       tputs(tgoto(s->ts_str, col, row), n, tttputc);
+}
+
 ttstrcmp(a, b)
        register struct tt_str *a, *b;
 {
 ttstrcmp(a, b)
        register struct tt_str *a, *b;
 {