Chris Miller propounded certain bytes, to wit:
| I am currently running OpenServer 5.0.0, although I expect that
| the answer I need will apply to most or all current releases of
| SCO Unix.
|
| I have been searching the on-line help vainly to find documentation
| on the display control sequences that scoterm recognises, e.g. for
| setting icon title, window title, etc. I have tried various keyword
| searches without success (try seeing how many hist you get when searching
| the entire documentation set for "display"!)
|
Here is my startxrc. I do not run the desktop, but just pmwm.
Lboss, lnews, etc, all are scripts which telnet to localhost and log in as
boss, news, etc. I use xv to toss up a background of a picture of me.
exec xclock -geometry 110x110+1490+0 &
exec /usr/bin/X11/netscape -geometry 1070x1165+6800+0 &
exec scoterm -sb -mfont 4 -menu -blink -fg cyan -bg black -n JPR \
-title jpr -geometry 80x47+0+0 &
exec scoterm -sb -mfont 4 -menu -blink -fg red -bg white -n JPR \
-title jpr -geometry 80x47+45+64 &
exec scoterm -sb -mfont 4 -menu -blink -fg yellow -bg blue -n JPR \
-title jpr -geometry 80x47+764+224 &
exec scoterm -sb -mfont 4 -menu -blink -fg blue -bg gray -n BOSS \
-title boss -geometry 80x47+1600+0 -e lboss &
exec scoterm -sb -mfont 4 -menu -blink -fg green -bg black -n BOSS \
-title boss -geometry 80x47+1800+120 -e lboss &
exec scoterm -sb -mfont 4 -menu -blink -fg black -bg white -n BOSS \
-title boss -geometry 80x47+2364+224 -e lboss &
exec scoterm -sb -mfont 4 -menu -blink -fg white -bg red -n UUCP \
-title uucp -geometry 80x47+3200+0 -e luucp &
exec scoterm -sb -mfont 4 -menu -blink -fg red -bg cyan -n NEWS \
-title news -geometry 80x47+3964+224 -e lnews &
exec scoterm -sb -mfont 4 -menu -blink -fg white -bg blue -n APPL \
-title appl -geometry 80x47+4800+0 -e lappl &
exec scoterm -sb -mfont 4 -menu -blink -fg blue -bg cyan -n APPL \
-title appl -geometry 80x25+5564+126 -e lappl &
exec scoterm -sb -mfont 4 -menu -blink -fg white -bg magenta -n APPL \
-title appl -geometry 80x25+5564+665 -e lappl &
exec xv -root -rmode 5 -rbg "#107090" -quit /u/jpr/lib/RADLEY.GIF &
exec pmwm
--