From 8a5adbab4a53ce87f8eaf5e2a4dd216d65d22d88 Mon Sep 17 00:00:00 2001 From: hm Date: Fri, 31 Mar 2000 08:30:24 +0000 Subject: Add support for "green" screensaver mode. --- usr.sbin/pcvt/ispcvt/ispcvt.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.sbin/pcvt/ispcvt') diff --git a/usr.sbin/pcvt/ispcvt/ispcvt.c b/usr.sbin/pcvt/ispcvt/ispcvt.c index 9dc4560..a3181a8 100644 --- a/usr.sbin/pcvt/ispcvt/ispcvt.c +++ b/usr.sbin/pcvt/ispcvt/ispcvt.c @@ -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 */ -- cgit v1.1