Xterm is not completely erasing field lines
Posted
by
user26367
on Super User
See other posts from Super User
or by user26367
Published on 2010-08-13T15:52:22Z
Indexed on
2011/01/09
2:55 UTC
Read the original article
Hit count: 243
xterm
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?
© Super User or respective owner