Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<dc4> and ^T ascii characters

Status
Not open for further replies.

dmazzini

Programmer
Jan 20, 2004
480
US
Hi guys

I have put this question in this Unix scripting forum, apologies it is not the right one.

We have a problem with our Unix system. (terminal sttings maybe)

1. If you open a terminal, once window gets active, it write by itself ^T

2. If you open dtpad or other editor, everything you click on mouse (left buttom it write on the editor <dc4>, the same thing happens one windows get active.


To deactivate that in the terminal i just wrote:

echo "stty erase ^T" >> .login
echo "stty erase ^T" >> .cshrc

It worked fine....

How can I disable this ascii character <dc4>, once windows gets active for e. g notepad get active and automatically writes this character....

Thanks


dmazzini
GSM System and Telecomm Consultant

 
What operating system and version?

It sounds like you are talking about a GUI (i.e. X-windows), not a text terminal, is that correct?

Annihilannic.
 
Hi

I am sorry for the delay.

It is HP-UX 11. We connect to the HP servers using Citrix ICA Client.

It's a GUI X-Windows..
Ant advices please

dmazzini
GSM System and Telecomm Consultant

 
HP-UX aserss1 B.11.11 U 9000/800

dmazzini
GSM System and Telecomm Consultant

 
Problem was fixed updating Citrix ICA Client. It seems to be incompatibilities between citrix ica client and Exceed.

Thanks

dmazzini
GSM System and Telecomm Consultant

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top