[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with keys
From: |
Thomas Dickey |
Subject: |
Re: Problem with keys |
Date: |
Sat, 03 May 2008 08:26:11 -0400 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
On Fri, May 02, 2008 at 09:10:45AM -0700, galapogos wrote:
> Thanks. I was wondering if it were a termcap/terminfo problem. I've looked
> around the other system and found a termcap file in /etc. What should I do
> so that the break key doesn't get translated into the raw ASCII values, i.e.
> doesn't show up when isascii() is called on it?
ncurses usually reads terminfo (in a different location).
It can be told to look for termcap first.
To see what it's found, use infocmp, which lists the location in the
first line, e.g.,
# Reconstructed via infocmp from file:
/usr/local/ncurses/lib/terminfo/s/screen.xterm-new
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- Problem with keys, galapogos, 2008/05/02
- Re: Problem with keys, Thomas Dickey, 2008/05/03
- Re: Problem with keys, galapogos, 2008/05/06
- Re: Problem with keys, Thomas Dickey, 2008/05/06
- Re: Problem with keys, galapogos, 2008/05/06
- Re: Problem with keys, Thomas Dickey, 2008/05/06
- Re: Problem with keys, galapogos, 2008/05/07
- Re: Problem with keys, Thomas Dickey, 2008/05/07