Debian bug report logs - #1800
missing terminfo keydefs

Package: ncurses-runtime; Reported by: Bill Mitchell <mitchell@mdd.comm.mot.com>.

Message received at debian-bugs:


From bb29c.mdd.comm.mot.com!mitchell Sat Nov  4 08:14:14 1995
Return-Path: <mitchell@bb29c.mdd.comm.mot.com>
Received: from pixar.com by mongo.pixar.com with smtp
	(Smail3.1.28.1 #15) id m0tBlEU-0006FoC; Sat, 4 Nov 95 08:14 PST
Received: from motgate.mot.com by pixar.com with SMTP id AA15508
  (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sat, 4 Nov 1995 08:13:44 -0800
Received: from pobox.mot.com (pobox.mot.com [129.188.137.100]) by motgate.mot.com (8.7.1/8.6.10/MOT-3.8) with ESMTP id KAA24697 for <debian-bugs@Pixar.com>; Sat, 4 Nov 1995 10:14:09 -0600 (CST)
Received: from bb29c.mdd.comm.mot.com (bb29c.mdd.comm.mot.com [138.242.72.29]) by pobox.mot.com (8.7.1/8.6.10/MOT-3.8) with ESMTP id KAA08533 for <debian-bugs@Pixar.com>; Sat, 4 Nov 1995 10:13:38 -0600 (CST)
Received: (from mitchell@localhost) by bb29c.mdd.comm.mot.com (8.7.1/8.7.1) id IAA24400; Sat, 4 Nov 1995 08:13:35 -0800 (PST)
Date: Sat, 4 Nov 1995 08:13:34 -0800 (PST)
From: Bill Mitchell <mitchell@mdd.comm.mot.com>
X-Sender: mitchell@bb29c
To: debian-bugs@Pixar.com
Subject: Re: Bug#1800: missing terminfo keydefs
In-Reply-To: <Pine.SUN.3.91.951103194603.24198A@bb29c>
Message-Id: <Pine.SUN.3.91.951104074535.24395A-100000@bb29c>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


On Fri, 3 Nov 1995, Bill Mitchell wrote:

> The apparent missing defs I noticed are for kf20-kf29 (Shifted F1-F10,
> or f11-f20), kil1 (insert key) and kdel1 (delete key).

It looks like I picked the wrong Capnames off the terminfo(5)
man page for these last night.  Should be kich1 instead of kil1,
and kdch insted of kdel1.

The linux console seems to have these defs:

    kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
    kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf20=\E[34~, 
    kich1=\E[2~, kdch1=\E[3,

I identified these by using "cat -v"

I've tried the same thing in an xterm, and get seemingly strange
sequences from the HOME and END keys.

One other thing I notice about an xterm is that the NumLock
key seems to have no effect.  I'm not very familiar with X11,
and I may be doing something to cause this.  More likely, though,
I'm failing to do something and seeing unexpected default behavior
which I'll be able to change if I figure out how to do that.


Acknowledgement sent to Bill Mitchell <mitchell@mdd.comm.mot.com>:
Extra info received and forwarded. Full text available.
Information forwarded to debian-devel@pixar.com:
Bug#1800; Package ncurses-runtime. Full text available.

Message received at debian-bugs:


From bb29c.mdd.comm.mot.com!mitchell Sat Nov  4 00:20:27 1995
Return-Path: <mitchell@bb29c.mdd.comm.mot.com>
Received: from pixar.com by mongo.pixar.com with smtp
	(Smail3.1.28.1 #15) id m0tBdpy-0007m2C; Sat, 4 Nov 95 00:20 PST
Received: from motgate.mot.com by pixar.com with SMTP id AA20172
  (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sat, 4 Nov 1995 00:19:58 -0800
Received: from pobox.mot.com (pobox.mot.com [129.188.137.100]) by motgate.mot.com (8.7.1/8.6.10/MOT-3.8) with ESMTP id VAA08879 for <debian-bugs@pixar.com>; Fri, 3 Nov 1995 21:56:23 -0600 (CST)
Received: from bb29c.mdd.comm.mot.com (bb29c.mdd.comm.mot.com [138.242.72.29]) by pobox.mot.com (8.7.1/8.6.10/MOT-3.8) with ESMTP id VAA02901 for <debian-bugs@pixar.com>; Fri, 3 Nov 1995 21:55:09 -0600 (CST)
Received: (from mitchell@localhost) by bb29c.mdd.comm.mot.com (8.7.1/8.7.1) id TAA24202; Fri, 3 Nov 1995 19:55:07 -0800 (PST)
Date: Fri, 3 Nov 1995 19:55:07 -0800 (PST)
From: Bill Mitchell <mitchell@mdd.comm.mot.com>
X-Sender: mitchell@bb29c
To: debian-bugs@pixar.com
Subject: missing terminfo keydefs
Message-Id: <Pine.SUN.3.91.951103194603.24198A@bb29c>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


package:  ncurses-runtime
version:  1.9.4-0

I'm no ncurses or terminfo expert, but I've been trying to get ae working
with terminfo in anticipation of the junking of termcap, and I've run
into some missing key definition problems for TERM=linux.  I've looked
at the terminfo source in an earlier version (1.8.7) which I happen to
have available, and find keydefs apparently missing from data/linux.
The apparent missing defs I noticed are for kf20-kf29 (Shifted F1-F10,
or f11-f20), kil1 (insert key) and kdel1 (delete key).

I haven't checked files other than data/linux.  At a minimum, data/linux 
and data/xterm should be defined to the keys available on the usual PK 
keyboards, I'd expect.

It's very possible that I'm missing something here but, in my ignorance,
that's what it looks like to me.

mitchell@mdd.comm.mot.com (Bill Mitchell)



Acknowledgement sent to Bill Mitchell <mitchell@mdd.comm.mot.com>:
New bug report received and forwarded. Full text available.
Report forwarded to debian-devel@pixar.com:
Bug#1800; Package ncurses-runtime. Full text available.
Ian Jackson / iwj10@thor.cam.ac.uk, with the debian-bugs tracking mechanism
This page last modified 16:43:02 GMT Sat 04 Nov