cu -l /dev/nmdm not setting rows and columns
Nikos Vassiliadis
nvass at gmx.com
Thu Nov 27 11:23:55 UTC 2014
On 11/27/14 02:02, Craig Rodrigues wrote:
> On Wed, Nov 26, 2014 at 3:44 PM, John-Mark Gurney <jmg at funkthat.com> wrote:
>
>>
>> So, what exactly is the problem again?
>>
>
> https://lists.freebsd.org/pipermail/freebsd-virtualization/2014-November/003173.html
Set the correct $TERM and set also rows and columns. Something like
this, will suffice:
TERM=xterm; export TERM
stty rows 80
stty columns 80
Then the system you are connecting to, will know what to send back to
your terminal.
HTH, Nikos
More information about the freebsd-virtualization
mailing list