diff options
author | Ron Yorston <rmy@pobox.com> | 2025-04-10 19:41:43 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2025-04-10 19:41:43 +0100 |
commit | 486c1fcc341472fd8d64b820c3a7934cf3f42132 (patch) | |
tree | 476c8c594208a2b4b6bc94ec649a6f3e01983f18 /scripts/kconfig/libcurses/pad.c | |
parent | 3de63bc1739354df946c0b6dddd96058d8952bb7 (diff) | |
download | busybox-w32-master.tar.gz busybox-w32-master.tar.bz2 busybox-w32-master.zip |
Diffstat (limited to '')
-rw-r--r-- | scripts/kconfig/libcurses/pad.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/scripts/kconfig/libcurses/pad.c b/scripts/kconfig/libcurses/pad.c index 3dfdfe5d6..8b44dabd4 100644 --- a/scripts/kconfig/libcurses/pad.c +++ b/scripts/kconfig/libcurses/pad.c | |||
@@ -62,14 +62,16 @@ pad | |||
62 | All functions except is_pad() return OK on success and ERR on error. | 62 | All functions except is_pad() return OK on success and ERR on error. |
63 | 63 | ||
64 | ### Portability | 64 | ### Portability |
65 | X/Open ncurses NetBSD | 65 | |
66 | newpad Y Y Y | 66 | Function | X/Open | ncurses | NetBSD |
67 | subpad Y Y Y | 67 | :---------------------|:------:|:-------:|:------: |
68 | prefresh Y Y Y | 68 | newpad | Y | Y | Y |
69 | pnoutrefresh Y Y Y | 69 | subpad | Y | Y | Y |
70 | pechochar Y Y Y | 70 | prefresh | Y | Y | Y |
71 | pecho_wchar Y Y Y | 71 | pnoutrefresh | Y | Y | Y |
72 | is_pad - Y Y | 72 | pechochar | Y | Y | Y |
73 | pecho_wchar | Y | Y | Y | ||
74 | is_pad | - | Y | Y | ||
73 | 75 | ||
74 | **man-end****************************************************************/ | 76 | **man-end****************************************************************/ |
75 | 77 | ||