Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 21:47:11 +0100
From:      Neil Darlow <neil@darlow.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   RE: screen package - no resizing, doesn't recognize keyboard backspace
Message-ID:  <200204302047.g3UKlEr49885@router.darlow.co.uk>

next in thread | raw e-mail | index | archive | help
Hi,

The functionality of the screen terminal interface is defined in the termcap 
database (the source of which is located in /usr/share/misc/termcap). Look 
for a section beginning: SC|screen|VT 100 and read-up on cap_mkdb.

The info file for screen describes various methods of adjusting the VT100 
emulation performed by the program but quite possibly it may just be down to 
how you invoke the program.

If you set the TERM environment variable before invoking screen you may 
achieve what you desire. For a bourne-compatible shell on the local system 
you would use:

TERM=vt100 screen

For a remote session over a SSH connection and a bourne-compatible shell you 
would use:

TERM=vt100 ssh -l username remotehost
screen

I have found that setting TERM=vt100 helps with the functioning of Backspace 
and Delete keys for programs like emacs21.

Regards,
Neil Darlow M.Sc.
-- 
1024D/531F9048 1999-09-11 Neil Darlow <neil@darlow.co.uk>
GPG Fingerprint = 359D B8FF 6273 6C32 BEAA  43F9 E579 E24A 531F 9048

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204302047.g3UKlEr49885>