screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Screen and Linux box characters


From: Richard Cryer
Subject: Screen and Linux box characters
Date: Tue, 24 Apr 2007 11:45:49 +0100

Hi.

 

I use screen 4.0.2 on various Linux versions ranging from Redhat 7 up to Redhat Enterprise 4.

 

However, it seem that Redhat 8 and onwards has a problem in that it won’t let me display box characters, something that the application we run relys on to display the screen layouts correctly.

 

I’ve managed to narrow the problem down somewhat and it can be reproduced by running the shell script below (which simply displays a somewhat shoddy box using box characters and the box on and box off escape sequences).

 

All this is using a vt100 terminal type and terminal emulator by the way (PowerTerm in this case).

 

--------------------------noddy shell script to display a box--------------------------

tput init

tput clear

echo -e "\016"

echo -e " lrrrrrrrrrrrrrrrrrrrrrrk"

echo -e " x                      x"

echo -e " x RUBBISH BOX BUT      x"

echo -e " x PROVES THE POINT...  x"

echo -e " x                      x"

echo -e " mrrrrrrrrrrrrrrrrrrrrrrj"

echo -e "\017"

-------------------------------------------------------------------------------------------

 

If I run this shell script outside of screen on Redhat Linux 8 or above, I get the box characters displayed. Within ‘screen –T vt100’ I get garbage.

 

Running this on Linux 7 works perfectly.

 

I’m stuck. Anyone have any fabulous ideas?!

 

Many thanks

 

Richard Cryer.

 


The contents of this e-mail and any attachments are intended for the named addressee only and may be confidential. Unless you are the named addressee or authorised to receive the e-mail of the named addressee you may not disclose, use or copy the contents of the e-mail. If you received the e-mail in error, please contact the sender immediately and then delete the e-mail. XKO does not accept responsibility for this message and any views or opinions contained in this e-mail are solely those of the author unless expressly stated otherwise.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]