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)
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