Re: Underlines for shortcuts

J. P. Mellor (jpmellor@ai.mit.edu)
Sat, 4 Jan 1997 07:13:14 -0500

To subscribers of the xforms list from "J. P. Mellor" <jpmellor@ai.mit.edu> :

I'm using linux elf 2.0.20 and XFree 3.2. The compile line is:

gcc -o test_underline test_underline.c -lXext -lX11 -lm -lforms

and the results of ldd are:

jpmellor@vector>ldd test_underline
libXext.so.6 => /usr/X11R6/lib/libXext.so.6.1
libX11.so.6 => /usr/X11R6/lib/libX11.so.6.1
libm.so.5 => /lib/libm.so.5.0.6
libforms.so.0.84 => /usr/lib/libforms.so.0.84
libc.so.5 => /lib/libc.so.5.3.12

The program runs fine just under v0.81 the "B" is underlined and under
v0.84 it is not.

Thanks,

jp