From: Edward Wang Date: Sat, 23 Jul 1983 09:08:25 +0000 (-0800) Subject: dostat() added X-Git-Tag: BSD-4_2-Snapshot-Development~698 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/6821e691ade7ad6c9243e063b36469c7fd6aadf3?hp=9cbdd8032f8ff96ac8522a77addbc358d50ce8ed dostat() added SCCS-vsn: usr.bin/window/cmd.c 1.5 --- diff --git a/usr/src/usr.bin/window/cmd.c b/usr/src/usr.bin/window/cmd.c index fe2d610b1a..c4bf5342a5 100644 --- a/usr/src/usr.bin/window/cmd.c +++ b/usr/src/usr.bin/window/cmd.c @@ -1,5 +1,5 @@ #ifndef lint -static char *sccsid = "@(#)cmd.c 1.4 83/07/22"; +static char *sccsid = "@(#)cmd.c 1.5 83/07/22"; #endif #include "defs.h" @@ -70,6 +70,9 @@ top: case 'R': selwin->ww_refresh = 1; break; + case 's': + dostat(); + break; case 't': dotime(RUSAGE_SELF); break;