Yichou / connectbot

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

"Terminal doesn't support cursor movement" #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. connecting to shell
2. running the 'irssi' irc client app on shell
3.

What is the expected output? What do you see instead?

expected output is for the application to run, insetad it gives "Terminal
doesn't support cursor movement, Can't initialize screen handling,
quitting. You can still use the dummy mode with -d parameter"

running with -d produces same result.

What version of the product are you using? On what operating system?

Google phone G1, android

Original issue reported on code.google.com by fuzz...@gmail.com on 1 Dec 2008 at 3:34

GoogleCodeExporter commented 9 years ago
Can you do "echo $TERM" when this happens? Also, the output of "uname -a" would 
be
helpful. It sounds like either your TERM environment variable is getting messed 
up
somewhere or your terminfo database is incomplete.

Original comment by kenny@the-b.org on 6 Dec 2008 at 1:08

GoogleCodeExporter commented 9 years ago
I'm closing this ticket since I haven't heard anything more.

Original comment by kenny@the-b.org on 12 Dec 2008 at 2:52

GoogleCodeExporter commented 9 years ago
I've typed echo $term by itself and also irssi echo $term. The former results in
unknown. The latter results in original error message

Original comment by fuzz...@gmail.com on 14 Dec 2008 at 10:41