The solution was simple- It has to do with some of the settings in my
systems global screenrc file. When I did a local install of screen,
the location where the new screenrc file was read from got changed. I
had to chane my SYSCREENRC variable to point to the corrent location
and things worked. My
I have recently written a script (on a Solaris 9 machine) which makes use of
the alternate character set to draw boxes. In the script I'm using
tput enacs - to enable the alternate character set
tput smacs - to start the alternate character set
tput rmacs - to end the alternate character set
Thi