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/beep.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/beep.c')
-rw-r--r-- | scripts/kconfig/libcurses/beep.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/kconfig/libcurses/beep.c b/scripts/kconfig/libcurses/beep.c index 0b97137fd..b679eed3c 100644 --- a/scripts/kconfig/libcurses/beep.c +++ b/scripts/kconfig/libcurses/beep.c | |||
@@ -26,9 +26,11 @@ beep | |||
26 | These functions return ERR if called before initscr(), otherwise OK. | 26 | These functions return ERR if called before initscr(), otherwise OK. |
27 | 27 | ||
28 | ### Portability | 28 | ### Portability |
29 | X/Open ncurses NetBSD | 29 | |
30 | beep Y Y Y | 30 | Function | X/Open | ncurses | NetBSD |
31 | flash Y Y Y | 31 | :---------------------|:------:|:-------:|:------: |
32 | beep | Y | Y | Y | ||
33 | flash | Y | Y | Y | ||
32 | 34 | ||
33 | **man-end****************************************************************/ | 35 | **man-end****************************************************************/ |
34 | 36 | ||