On Fri, 28 Jan 2005 05:12:36 -0500, Bill Marcum wrote:
> On Thu, 27 Jan 2005 19:43:50 -0800, Captain Dondo
> <(E-Mail Removed)> wrote:
>> I'm trying to run minicom over ssh. Everything works if I ssh first, get
>> a session going, then run minicom.
>>
>
> ssh -t tooth "mincom /dev/ttya02"
OK, thanks. That worked perfectly.
Next question:
How do I tell minicom and/or the remote session that I have a big text
screen?
I am using
/usr/bin/minicom -t pcvt50w -c on /dev/ttya02
which should give me a 130x50 text screen.
but on the remote end, the session still shows up as
COLUMNS=80
LINES=24
TERM=tv100
and everything gets screwed up if I try to use vi or less. I either get
to use only a 80x24 corner of the screen, or all the text scrolls along on
line 24.
If I change the above env vars by hand to match the termcap entry for
pcvt50w:
COLUMNS=130
LINES=50
TERM=pcvt50w
everything works fine.
I am running in text mode when I do this...
Thanks.
|