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/getyx.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/getyx.c | 32 |
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 | ||