Add support for "green" screensaver mode.

This commit is contained in:
Hellmuth Michaelis 2000-03-31 08:30:24 +00:00
parent 1f72235090
commit 420af713c5
1 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,7 @@
* ispcvt - check for pcvt driver running and its options
* ------------------------------------------------------
*
* Last Edit-Date: [Mon Mar 27 16:29:18 2000]
* Last Edit-Date: [Fri Mar 31 10:24:43 2000]
*
* $FreeBSD$
*
@ -217,6 +217,10 @@ char *argv[];
fprintf(stderr,"XSERVER = %s",
(pcvtinfo.compile_opts & CONF_XSERVER) ? "ON" : "OFF");
next();
fprintf(stderr,"PCVT_GREENSAVER = %s",
(pcvtinfo.compile_opts & CONF_GREENSAVER) ? "ON" : "OFF");
fprintf(stderr,"\n\n");
}
else /* !verbose */