thanhlamcltv91 / connectbot

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

Provide correct terminal description [patch] #257

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed that none of the terminals I had quite matched the terminal
emulator connectbot was using.  So I wrote a new terminfo description based
on the de.mud.terminal.vt320 code.  It's still not quite perfect (slight
bugs with scrolling in the ncurses tests), but it at least makes most
programs seem to work a lot better.  Someone who knows the terminal well
should probably take a pass.

I also added the option to the terminal list so hosts can pick it up, and
fixed a crash bug in terminal resulting from hard tab settings that I
discovered as a result of testing the terminfo.

Original issue reported on code.google.com by dylan-go...@dylex.net on 11 Jan 2010 at 1:17

Attachments:

GoogleCodeExporter commented 8 years ago
I'll probably take the vt320.java patches, but any emulation problems should 
probably 
be fixed in the emulator.

Were there specific problems you were seeing before using the terminfo?

Original comment by kenny@the-b.org on 12 Feb 2010 at 4:25