Skip %pN comes from ncurses
PR: 15418
This commit is contained in:
parent
69cfbbb22e
commit
c76b7b05b9
@ -166,6 +166,11 @@ process(cap, str, argv)
|
||||
case 'B':
|
||||
case 'D':
|
||||
break;
|
||||
case 'p':
|
||||
if (cp[1]) {
|
||||
cp++;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
/*
|
||||
* hpux has lot's of them, but we complain
|
||||
|
Loading…
Reference in New Issue
Block a user