aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses/scroll.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/libcurses/scroll.c10
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