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/clear.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/clear.c | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/scripts/kconfig/libcurses/clear.c b/scripts/kconfig/libcurses/clear.c index acb8edf81..e10b321c3 100644 --- a/scripts/kconfig/libcurses/clear.c +++ b/scripts/kconfig/libcurses/clear.c | |||
@@ -38,15 +38,17 @@ clear | |||
38 | All functions return OK on success and ERR on error. | 38 | All functions return OK on success and ERR on error. |
39 | 39 | ||
40 | ### Portability | 40 | ### Portability |
41 | X/Open ncurses NetBSD | 41 | |
42 | clear Y Y Y | 42 | Function | X/Open | ncurses | NetBSD |
43 | wclear Y Y Y | 43 | :---------------------|:------:|:-------:|:------: |
44 | erase Y Y Y | 44 | clear | Y | Y | Y |
45 | werase Y Y Y | 45 | wclear | Y | Y | Y |
46 | clrtobot Y Y Y | 46 | erase | Y | Y | Y |
47 | wclrtobot Y Y Y | 47 | werase | Y | Y | Y |
48 | clrtoeol Y Y Y | 48 | clrtobot | Y | Y | Y |
49 | wclrtoeol Y Y Y | 49 | wclrtobot | Y | Y | Y |
50 | clrtoeol | Y | Y | Y | ||
51 | wclrtoeol | Y | Y | Y | ||
50 | 52 | ||
51 | **man-end****************************************************************/ | 53 | **man-end****************************************************************/ |
52 | 54 | ||