[5671] in Athena Bugs
xcalc barfs on negative log
daemon@ATHENA.MIT.EDU (Joe Harrington)
Sun Aug 5 19:06:40 1990
Date: Sun, 5 Aug 90 19:02:06 -0400
From: Joe Harrington <jh@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Cc: jh@ATHENA.MIT.EDU
Reply-To: jh@ATHENA.MIT.EDU
vax 7.0F
xcalc &
do 1 +/- log
I get
% xcalc &
[4] 25532
%
[4] Illegal instruction xcalc (core dumped)
...and the calculator disappears. Now, I used to have a TI, and it
often disappeared, but usually not when I was using it!:-)
Coredump available on request.
Also:
from man xcalc:
xcalc accepts all of the standard toolkit command line
options along with two additional options:
-stipple
This option indicates that the background of the
calculator should be drawn using a stipple of the
foreground and background colors. On monochrome
displays improves the appearance.
% xcalc -stipple &
[4] 25539
% usage: xcalc [-options ...]
options include:
-display host:dpy or -d host:dpy
-geometry WxH+X+Y or -geom spec or -g spec
-fg color foreground color
-bg color background color
-bw borderwidth in pixels
-stip use stippled background
-rv reverse video
-rpn reverse Polish notation
-analog slide rule
-help print this message
defaults: xcalc -bw 2 -geometry 126x230+0+0
xcalc -stip &
[5] 25542
[4] Exit 1 xcalc -stipple
%
man page -stipple should read -stip.
--jh--