[3941] in SIPB bug reports
Re: wafe
daemon@ATHENA.MIT.EDU (Jin S Choi)
Mon Jul 19 02:41:44 1993
Date: Mon, 19 Jul 93 02:40:48 -0400
From: Jin S Choi <jsc@monolith.mit.edu>
To: ckclark@mit.edu
Cc: bug-sipb@athena.mit.edu
In-Reply-To: <9307190403.AA17015@auditorium> (message from Calvin Clark on Mon, 19 Jul 93 00:03:03 -0400)
> All of the wafe apps (xwafedesign, xwafenews, xwafegopher...) break
> under reverse video; the text does not reverse, and it is very hard to
> read black on black.
Calvin> This is also a problem with the version I just installed (0.95). I
Calvin> forwarded your bug report to the maintainer.
I reported the bug and got a reply; sorry I didn't get back to you, but
I just looked into it. It seems that wafe applications written in perl
use their own application resource files, one of which is
/mit/sipb/lib/wafe/system.waferc. This file contains the line
$defaultResources .= " *foreground black *shadowWidth 0";
which causes the black on black effect if -rv is used. Removing the
*foreground black from the string should fix the problem.
Also, currently the symlinks in /mit/sipb/decmipsbin for wafe* point to
../sun4bin/wafe*, which do not exist.