aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses/getch.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-04-10 19:41:43 +0100
committerRon Yorston <rmy@pobox.com>2025-04-10 19:41:43 +0100
commit486c1fcc341472fd8d64b820c3a7934cf3f42132 (patch)
tree476c8c594208a2b4b6bc94ec649a6f3e01983f18 /scripts/kconfig/libcurses/getch.c
parent3de63bc1739354df946c0b6dddd96058d8952bb7 (diff)
downloadbusybox-w32-master.tar.gz
busybox-w32-master.tar.bz2
busybox-w32-master.zip
Update PDCursesHEADmaster
Diffstat (limited to 'scripts/kconfig/libcurses/getch.c')
-rw-r--r--scripts/kconfig/libcurses/getch.c28
1 files changed, 15 insertions, 13 deletions
diff --git a/scripts/kconfig/libcurses/getch.c b/scripts/kconfig/libcurses/getch.c
index 8719ca39c..9d771ec0e 100644
--- a/scripts/kconfig/libcurses/getch.c
+++ b/scripts/kconfig/libcurses/getch.c
@@ -75,19 +75,21 @@ getch
75 character or function key token. 75 character or function key token.
76 76
77### Portability 77### Portability
78 X/Open ncurses NetBSD 78
79 getch Y Y Y 79 Function | X/Open | ncurses | NetBSD
80 wgetch Y Y Y 80 :---------------------|:------:|:-------:|:------:
81 mvgetch Y Y Y 81 getch | Y | Y | Y
82 mvwgetch Y Y Y 82 wgetch | Y | Y | Y
83 ungetch Y Y Y 83 mvgetch | Y | Y | Y
84 flushinp Y Y Y 84 mvwgetch | Y | Y | Y
85 get_wch Y Y Y 85 ungetch | Y | Y | Y
86 wget_wch Y Y Y 86 flushinp | Y | Y | Y
87 mvget_wch Y Y Y 87 get_wch | Y | Y | Y
88 mvwget_wch Y Y Y 88 wget_wch | Y | Y | Y
89 unget_wch Y Y Y 89 mvget_wch | Y | Y | Y
90 PDC_get_key_modifiers - - - 90 mvwget_wch | Y | Y | Y
91 unget_wch | Y | Y | Y
92 PDC_get_key_modifiers | - | - | -
91 93
92**man-end****************************************************************/ 94**man-end****************************************************************/
93 95