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/scroll.c | |
parent | 3de63bc1739354df946c0b6dddd96058d8952bb7 (diff) | |
download | busybox-w32-master.tar.gz busybox-w32-master.tar.bz2 busybox-w32-master.zip |
Diffstat (limited to 'scripts/kconfig/libcurses/scroll.c')
-rw-r--r-- | scripts/kconfig/libcurses/scroll.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/kconfig/libcurses/scroll.c b/scripts/kconfig/libcurses/scroll.c index d2f3d1704..a53d71bad 100644 --- a/scripts/kconfig/libcurses/scroll.c +++ b/scripts/kconfig/libcurses/scroll.c | |||
@@ -31,10 +31,12 @@ scroll | |||
31 | All functions return OK on success and ERR on error. | 31 | All functions return OK on success and ERR on error. |
32 | 32 | ||
33 | ### Portability | 33 | ### Portability |
34 | X/Open ncurses NetBSD | 34 | |
35 | scroll Y Y Y | 35 | Function | X/Open | ncurses | NetBSD |
36 | scrl Y Y Y | 36 | :---------------------|:------:|:-------:|:------: |
37 | wscrl Y Y Y | 37 | scroll | Y | Y | Y |
38 | scrl | Y | Y | Y | ||
39 | wscrl | Y | Y | Y | ||
38 | 40 | ||
39 | **man-end****************************************************************/ | 41 | **man-end****************************************************************/ |
40 | 42 | ||