wwbell() now a function.
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Tue, 10 Apr 1984 14:28:41 +0000 (06:28 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Tue, 10 Apr 1984 14:28:41 +0000 (06:28 -0800)
SCCS-vsn: usr.bin/window/ww.h 3.30

usr/src/usr.bin/window/ww.h

index 99ea7b1..3fd4499 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- *     @(#)ww.h        3.29 84/04/08   
+ *     @(#)ww.h        3.30 84/04/09   
  */
 
 #include <sgtty.h>
  */
 
 #include <sgtty.h>
@@ -185,7 +185,6 @@ int wwnwread, wwnwreade, wwnwreadz, wwnwreadd, wwnwreadc, wwnwreadp;
 int wwnselect, wwnselecte, wwnselectz;
 
        /* quicky macros */
 int wwnselect, wwnselecte, wwnselectz;
 
        /* quicky macros */
-#define wwbell()       write(1, "\7", 1)
 #define wwsetcursor(r,c) (wwcursorrow = (r), wwcursorcol = (c))
 #define wwcurtowin(w)  wwsetcursor((w)->ww_cur.r, (w)->ww_cur.c)
 #define wwunbox(w)     wwunframe(w)
 #define wwsetcursor(r,c) (wwcursorrow = (r), wwcursorcol = (c))
 #define wwcurtowin(w)  wwsetcursor((w)->ww_cur.r, (w)->ww_cur.c)
 #define wwunbox(w)     wwunframe(w)