aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses/clear.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/libcurses/clear.c20
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