openbsd-misc
[Top] [All Lists]

Re: deco-3.8.3

To: inemes@transylvania.com.au
Subject: Re: deco-3.8.3
From: "Adam Thompson, MCNE, MCSE" <athompso@commerced.com>
Date: Wed, 29 Mar 2000 11:08:30 -0600
Cc: misc@openbsd.org
Organization: Commerce Design Inc.
References: <38E28362.8EEFA934@transylvania.com.au>
Reply-to: athompso@commerced.com
Sender: owner-misc@openbsd.org
Ioan Nemes wrote:
> I can't help myself, I always loved this product
> (ala Norton Commander), so I downloaded from
> the OpenBSD site (missing from the 2.6 CD), installed
> but I am getting gibberish on my screen.  Can somebody
> point me to the right terminal settings?

If:
  1) you're running a recent snapshot, instead of 2.6-RELEASE,
  2) you're running either on the console, or with a termtype of
"vt220",

then:
  You've run into one of the most famous problems to happen recently -
something got munged in the termcap/terminfo entry for "vt220".

If you're running on the console, try 
        (csh)   setenv TERM pcvt25
        (sh)    TERM=pcvt25 ; export TERM
before running your program.

If you're running on something that emulates a vt220 and you're seeing
this behaviour, try 
        (csh)   setenv TERM vt220-old
        (sh)    TERM=vt220-old ; export TERM
and see if that clears up the problem.

If you only work on the console, and you get REALLY tired of typing this
in, you can either a) upgrade to a more recent snapshot, which has
supposedly fixed it, or b) etc /etc/ttys and change the console
termtypes from vt220 to pcvt25.  Solution "b)" should be considered
short-term only, as the console is truly supposed to be vt220-compatible
and the pcvt25 termtype is deprecated.

-Adam

--
Adam Thompson, MCNE, MCSE, CWT, A+
Vice-President / Chief Technology Officer, Commerce Design Inc.
<athompso@commerced.com>
tel: (204) 942-1648, fax: (204) 989-8080, cell: (204) 782-6198

<Prev in Thread] Current Thread [Next in Thread>