February 2009 Archives

Screen and the delete key

| | Comments (0)

Found on http://mike.magin.org/2008/02/20/making-the-delete-key-work-in-screen-termcap-capabilities/

This did however remind me of what was wrong. My termcap (well, terminfo) was missing the proper capability for the delete key. So, I looked what the terminal type claimed by OS X's Terminal.app was:
$ echo $TERM
xterm-color
I poked around some .screenrc examples and an old termcap file and composed this line to put in my .screenrc :
termcapinfo xterm-color kD=\E[3~

About this Archive

This page is an archive of entries from February 2009 listed from newest to oldest.

January 2009 is the previous archive.

March 2009 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.0