We have a SSH tunnel to a remote unix box from Windows clients using Cygwin. It launches a terminal program from the unix box locally on the Windows box for data input.

The xterm window is launched as follows

xterm -fn 10x20 -bg DodgerBlue4 -fg white -cr white -ls -geometry 90x30 -e program

When a screen goes from read only mode to edit mode, the edit fields have ____. When going back to read only mode, a single pixel artifact is left behind for each field.

*readonly*
User:

*edit*
User: ___________

*after edit exit*
User:           .    <- this dot is left behind

Any idea what we need to change to fix this?

link|improve this question
feedback

1 Answer

Try a different font or print a space after the user name.

Alternatively, look for a different terminal emulator. Konsole (which needs KDE) is probably overkill but there are many emulators that are much better than xterm. Try rxvt or something from this list.

link|improve this answer
I should of mentioned we don't have the ability to edit the unix scripts. I will play with the fonts. – user26367 Aug 13 '10 at 17:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.