date and time created 80/10/30 00:36:13 by mckusick
[unix-history] / usr / src / usr.bin / ex / ex_put.c
index 1f3c509..f60a6a7 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1980 Regents of the University of California */
 /* Copyright (c) 1980 Regents of the University of California */
-static char *sccsid = "@(#)ex_put.c    6.1 %G%";
+static char *sccsid = "@(#)ex_put.c    6.2 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
@@ -1038,8 +1038,8 @@ setty(f)
         * It is never intended to get off Ernie CoVax.
         */
        if (f == normf && nlttyc.t_suspc == '\377') {
         * It is never intended to get off Ernie CoVax.
         */
        if (f == normf && nlttyc.t_suspc == '\377') {
-               printf("\n\nPlease tell mark suspc is 377, and let him know\n");
-               printf("what you just did.  Did you hit del?\n");
+               printf("\r\n\nPlease tell mark suspc is 377, and let him know\r\n");
+               printf("what you just did.  Did you hit del?\r\n");
                nlttyc.t_suspc = CTRL(z);
                nlttyc.t_dsuspc = CTRL(y);
                nlttyc.t_flushc = CTRL(o);
                nlttyc.t_suspc = CTRL(z);
                nlttyc.t_dsuspc = CTRL(y);
                nlttyc.t_flushc = CTRL(o);