set DECCTLQ on specifc lines with getty (from muller@nprdc.arpa)
[unix-history] / usr / src / libexec / getty / subr.c
index 9527bb5..7ca1295 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)subr.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)subr.c     5.4 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -189,6 +189,9 @@ setflags(n)
        if (XC)
                f |= CTLECH;
 
        if (XC)
                f |= CTLECH;
 
+       if (DX)
+               f |= DECCTQ;
+
        return (f);
 }
 
        return (f);
 }