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
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