From 6821e691ade7ad6c9243e063b36469c7fd6aadf3 Mon Sep 17 00:00:00 2001 From: Edward Wang Date: Sat, 23 Jul 1983 01:08:25 -0800 Subject: [PATCH 1/1] dostat() added SCCS-vsn: usr.bin/window/cmd.c 1.5 --- usr/src/usr.bin/window/cmd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.20.1