aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses/getyx.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/libcurses/getyx.c32
1 files changed, 17 insertions, 15 deletions
diff --git a/scripts/kconfig/libcurses/getyx.c b/scripts/kconfig/libcurses/getyx.c
index 5f104df99..6aa894ed0 100644
--- a/scripts/kconfig/libcurses/getyx.c
+++ b/scripts/kconfig/libcurses/getyx.c
@@ -54,21 +54,23 @@ getyx
54 values, or ERR in the case of a NULL window. 54 values, or ERR in the case of a NULL window.
55 55
56### Portability 56### Portability
57 X/Open ncurses NetBSD 57
58 getyx Y Y Y 58 Function | X/Open | ncurses | NetBSD
59 getparyx Y Y Y 59 :---------------------|:------:|:-------:|:------:
60 getbegyx Y Y Y 60 getyx | Y | Y | Y
61 getmaxyx Y Y Y 61 getparyx | Y | Y | Y
62 getsyx - Y Y 62 getbegyx | Y | Y | Y
63 setsyx - Y Y 63 getmaxyx | Y | Y | Y
64 getbegy - Y Y 64 getsyx | - | Y | Y
65 getbegx - Y Y 65 setsyx | - | Y | Y
66 getcury - Y Y 66 getbegy | - | Y | Y
67 getcurx - Y Y 67 getbegx | - | Y | Y
68 getpary - Y Y 68 getcury | - | Y | Y
69 getparx - Y Y 69 getcurx | - | Y | Y
70 getmaxy - Y Y 70 getpary | - | Y | Y
71 getmaxx - Y Y 71 getparx | - | Y | Y
72 getmaxy | - | Y | Y
73 getmaxx | - | Y | Y
72 74
73**man-end****************************************************************/ 75**man-end****************************************************************/
74 76