On Wednesday, December 16, 2015, Kurt McCullum <[email protected]> wrote:
> Thanks John, > > I'm not doing any UTF8 mapping yet but eventually I hope to. I found a > termcap for the 200 and gave it a try. The status bar at the bottom has to > be disabled or everything gets jumbled. > I didn't have that problem but I don't think I show the status bar in HTERM. I would assume the problem is the screen length is different. You might need two termcaps depending on your exact screen length you're using. Or maybe there's a way to tell the pty directly how many lines you can show. Most of the jumbling I saw was because of ANSI escapes, UTF8 characters and because a direct Linux connection with no hardware flow control drops characters. Once I addressed all three of those everything looked great albeit cramped because of m100 display dimension. -- John.
