aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses/attr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/libcurses/attr.c62
1 files changed, 32 insertions, 30 deletions
diff --git a/scripts/kconfig/libcurses/attr.c b/scripts/kconfig/libcurses/attr.c
index 3ab5a5637..d7bc36c73 100644
--- a/scripts/kconfig/libcurses/attr.c
+++ b/scripts/kconfig/libcurses/attr.c
@@ -96,36 +96,38 @@ attr
96 All functions return OK on success and ERR on error. 96 All functions return OK on success and ERR on error.
97 97
98### Portability 98### Portability
99 X/Open ncurses NetBSD 99
100 attroff Y Y Y 100 Function | X/Open | ncurses | NetBSD
101 wattroff Y Y Y 101 :---------------------|:------:|:-------:|:------:
102 attron Y Y Y 102 attroff | Y | Y | Y
103 wattron Y Y Y 103 wattroff | Y | Y | Y
104 attrset Y Y Y 104 attron | Y | Y | Y
105 wattrset Y Y Y 105 wattron | Y | Y | Y
106 standend Y Y Y 106 attrset | Y | Y | Y
107 wstandend Y Y Y 107 wattrset | Y | Y | Y
108 standout Y Y Y 108 standend | Y | Y | Y
109 wstandout Y Y Y 109 wstandend | Y | Y | Y
110 color_set Y Y Y 110 standout | Y | Y | Y
111 wcolor_set Y Y Y 111 wstandout | Y | Y | Y
112 attr_get Y Y Y 112 color_set | Y | Y | Y
113 wattr_get Y Y Y 113 wcolor_set | Y | Y | Y
114 attr_on Y Y Y 114 attr_get | Y | Y | Y
115 wattr_on Y Y Y 115 wattr_get | Y | Y | Y
116 attr_off Y Y Y 116 attr_on | Y | Y | Y
117 wattr_off Y Y Y 117 wattr_on | Y | Y | Y
118 attr_set Y Y Y 118 attr_off | Y | Y | Y
119 wattr_set Y Y Y 119 wattr_off | Y | Y | Y
120 chgat Y Y Y 120 attr_set | Y | Y | Y
121 wchgat Y Y Y 121 wattr_set | Y | Y | Y
122 mvchgat Y Y Y 122 chgat | Y | Y | Y
123 mvwchgat Y Y Y 123 wchgat | Y | Y | Y
124 getattrs - Y Y 124 mvchgat | Y | Y | Y
125 underend - - Y 125 mvwchgat | Y | Y | Y
126 wunderend - - Y 126 getattrs | - | Y | Y
127 underscore - - Y 127 underend | - | - | Y
128 wunderscore - - Y 128 wunderend | - | - | Y
129 underscore | - | - | Y
130 wunderscore | - | - | Y
129 131
130**man-end****************************************************************/ 132**man-end****************************************************************/
131 133