Re: Screen title not updated in Putty

2006-12-29 Thread cupaxe
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

alternate character set (tput enacs) problem

2006-12-29 Thread rleeden
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