Add support for "green" screensaver mode.

This commit is contained in:
hm 2000-03-31 08:30:24 +00:00
parent 5ff131474a
commit 8a5adbab4a

View File

@ -30,7 +30,7 @@
* ispcvt - check for pcvt driver running and its options * 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$ * $FreeBSD$
* *
@ -217,6 +217,10 @@ char *argv[];
fprintf(stderr,"XSERVER = %s", fprintf(stderr,"XSERVER = %s",
(pcvtinfo.compile_opts & CONF_XSERVER) ? "ON" : "OFF"); (pcvtinfo.compile_opts & CONF_XSERVER) ? "ON" : "OFF");
next();
fprintf(stderr,"PCVT_GREENSAVER = %s",
(pcvtinfo.compile_opts & CONF_GREENSAVER) ? "ON" : "OFF");
fprintf(stderr,"\n\n"); fprintf(stderr,"\n\n");
} }
else /* !verbose */ else /* !verbose */