diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-06-03 10:44:39 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-06-03 10:44:39 +0000 |
| commit | 86a7fd100f5c7db1974e16be6792a90cd20ad8fe (patch) | |
| tree | ba0f457fc8c8a4514da915100aac652410a57dd9 /usr.bin | |
| parent | e9df1d26a08f0b1c6ab1fdb982303db98231d65b (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tput/tput.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index 70a32eb75164..522a540ded01 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -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 |
