reidwooten99 / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

ConnectBot is not interpreting positioning escape sequences properly #484

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use 'Force Size' to set columns to 81, rows 27
2. On a linux system, issue 'clear;cat ppro.log'
3. The text 'PML_' should appear in the upper right of the screen just like the 
attached bug.png taken from a Windows PuTTy session.

What is the expected output? What do you see instead?
I expect to see the text 'PML_' in the upper right of the screen according to 
the '^[1;73H PML_    ' escape sequence.  Instead there is no text in the upper 
right.  This might have to do with the fact that the spaces after the text 
extend beyond the rightmost column, and ConnectBot is not handling it properly.

What version of the product are you using (you can see this by using Menu
-> About in the Host List)?
2011-07-07 build

What type of system are you trying to connect to?
Linux - CentOS 4.7

If you are able to connect, what is the output of "echo $TERM", "uname -a",
and any other relevant information on the host?
TERM is 'screen'
uname -a shows 'Linux Hera 2.6.9-78.0.8.plus.c4smp #1 SMP Thu Nov 27 19:42:33 
EST 2008 i686 i686 i386 GNU/Linux'

Please provide any additional information below.

Original issue reported on code.google.com by sean.nee...@gmail.com on 8 Aug 2011 at 7:57

Attachments:

GoogleCodeExporter commented 8 years ago
Actually, The '^[1;73H PML_    ' sequence does fit on an 81 column screen.  
Scratch what I said about that in the paragraph above.  I have no idea why 
ConnectBot isn't showing the text.

Original comment by sean.nee...@gmail.com on 8 Aug 2011 at 8:03