ikariiin / connectbot

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

Text lines overlap, improper cursor positioning when terminal is "force resize"d #627

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to remote linux host, any terminal emulation mode
2. "force resize" to 80x25
3. Hit the carriage return

What is the expected output? What do you see instead?
I want readable output. What I get is a) text lines which overlap; and b) 
Improper cursor position (which appears to the left of the actual insert 
position.

What version of the product are you using (you can see this by using Menu
-> About in the Host List)? v1.7.1 2010.10.08

What type of system are you trying to connect to?
Linux

If you are able to connect, what is the output of "echo $TERM", "uname -a",
and any other relevant information on the host?
Hah! If I could read it, I would :-) However, here's what I think it's showing:
$echo $TERM
xterm
$ uname -a
Linux collector-01 2.6.35.6-45.fc14.x86_64 #1 SMP Mon Oct 18 23:57:44 UTC 2010 
x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.
The default font is too small to read on the nexus 7. Therefore, inability to 
resize the font == totally unusable app.

Original issue reported on code.google.com by JLawrenc...@gmail.com on 26 Dec 2012 at 7:57