]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - backgammon/common_source/save.c
Use POSIX tty semantics.
[bsdgames-darwin.git] / backgammon / common_source / save.c
index bba3dddb90764c9ac9d0b09c165abeac5edff82f..aa86cecfa1b1b2cbeaf138dbd4f8a0f94c0b02e5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: save.c,v 1.3 1995/03/21 15:05:52 cgd Exp $     */
+/*     $NetBSD: save.c,v 1.4 1995/04/29 00:44:13 mycroft Exp $ */
 
 /*
  * Copyright (c) 1980, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)save.c     8.1 (Berkeley) 5/31/93";
 #else
-static char rcsid[] = "$NetBSD: save.c,v 1.3 1995/03/21 15:05:52 cgd Exp $";
+static char rcsid[] = "$NetBSD: save.c,v 1.4 1995/04/29 00:44:13 mycroft Exp $";
 #endif
 #endif /* not lint */
 
@@ -79,7 +79,7 @@ register int  n;
                writel (prompt);
                fs = fname;
                while ((*fs = readc()) != '\n')  {
-                       if (*fs == tty.sg_erase)  {
+                       if (*fs == old.c_cc[VERASE])  {
                                if (fs > fname)  {
                                        fs--;
                                        if (tflag)