stdio.h defines BUFSIZ
[unix-history] / usr / src / usr.bin / window / cmd6.c
index 7490cfb..c58093c 100644 (file)
@@ -1,6 +1,16 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Edward Wang at The University of California, Berkeley.
+ *
+ * %sccs.include.redist.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cmd6.c      3.10 84/04/08";
-#endif
+static char sccsid[] = "@(#)cmd6.c     3.17 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "defs.h"
 #include "string.h"
 
 #include "defs.h"
 #include "string.h"
@@ -43,7 +53,7 @@ c_debug()
                        wwdumpwin(w);
                break;
        default:
                        wwdumpwin(w);
                break;
        default:
-               wwputc(ctrl(g), cmdwin);
+               wwbell();
        }
 }
 
        }
 }