>>>>> "Rob" == Rob Urban <urban_at_rto.dec.com> writes:
Rob> I've just built and installed 2.0.45 on Digital UNIX V4.0 and
Rob> I've noticed something a bit weird:
Rob> All windows titles work properly with one exception: the
Rob> DECterm titles have "1]" prefixed to them, so if the title in
Rob> the DECterm config says "DECterm", I get "1]DECterm" and so
Rob> on. If I change it to "huhu" using an escape sequece, it
Rob> changes to "1]huhu".
Rob> any ideas?
Maybe the escape sequences for DECterm differ subtly from xterm. It
looks like a bit of control has leaked into the text. I set my xterm
title to machine:pwd by tweaking the cd command. The od command can
display what is going on.
cd . | od -c
0000000 033 ] 0 ; n e m o : / u s r / p e
0000020 o p l e / g s e z 0 2 0 007
0000035
The third character should be 0, 1 or 2 to set the title on the
window, icon or both. Perhaps your sequence has an extra "1]" in it.
--
Pete Forman
Western Geophysical
pete.forman_at_bedford.waii.com
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Mon Mar 24 1997 - 02:48:46 GMT