NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: bin/44692: top(1) crashes inside window(1)
The following reply was made to PR bin/44692; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost,
alnsn%yandex.ru@localhost
Cc:
Subject: re: bin/44692: top(1) crashes inside window(1)
Date: Sun, 6 Mar 2011 19:31:34 -0500
On Mar 6, 11:50pm, mrg%eterna.com.au@localhost (matthew green) wrote:
-- Subject: re: bin/44692: top(1) crashes inside window(1)
| i guess this is a bug in the new terminfo tgoto(). it works fine
| in netbsd-5.
This is a bug in captoinfo(). It does not translate the % sequences in
cursor motion. In this case in terminfo %+ means push(pop() + pop()) and
it termcap means push(pop() + nextchar()). I don't think that cursor motion
(cm) works at all in $TERMCAP right now since there is no % escape translation
in captoinfo() in termcap.c
christos
Home |
Main Index |
Thread Index |
Old Index