libyui-ncurses  2.44.1
 All Classes Functions Variables
NCstyle.mono.h
1 /*
2  Copyright (C) 2000-2012 Novell, Inc
3  This library is free software; you can redistribute it and/or modify
4  it under the terms of the GNU Lesser General Public License as
5  published by the Free Software Foundation; either version 2.1 of the
6  License, or (at your option) version 3.0 of the License. This library
7  is distributed in the hope that it will be useful, but WITHOUT ANY
8  WARRANTY; without even the implied warranty of MERCHANTABILITY or
9  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
10  License for more details. You should have received a copy of the GNU
11  Lesser General Public License along with this library; if not, write
12  to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
13  Floor, Boston, MA 02110-1301 USA
14 */
15 
16 
17 /*-/
18 
19  File: NCstyle.mono.h
20 
21  Author: Generated by class NCstyle
22 
23 /-*/
24 
25 #ifndef NCstyle_mono_h
26 #define NCstyle_mono_h
27 
28 #include "NCstyle.h"
29 
30 inline void NCstyleInit_mono( std::vector<NCstyle::Style> & styleSet )
31 {
32  //=================================================================
33  // init global attributes
34  //=================================================================
35  NCattrset * attrset( &styleSet[NCstyle::DefaultStyle].getAttrGlobal() );
36  attrset->setAttr( NCstyle::AppTitle, 0 | A_BOLD );
37  attrset->setAttr( NCstyle::AppText, 0 );
38  //=================================================================
39  // init local attributes
40  //=================================================================
41  // DefaultStyle
42  attrset = &styleSet[NCstyle::DefaultStyle].getAttrLocal();
43  attrset->setAttr( NCstyle::DialogBorder, 0 | A_REVERSE | A_BOLD );
44  attrset->setAttr( NCstyle::DialogTitle, 0 | A_REVERSE | A_BOLD );
45  attrset->setAttr( NCstyle::DialogActiveBorder, 0 | A_REVERSE );
46  attrset->setAttr( NCstyle::DialogActiveTitle, 0 | A_REVERSE );
47  attrset->setAttr( NCstyle::DialogText, 0 | A_REVERSE | A_BOLD );
48  attrset->setAttr( NCstyle::DialogHeadline, 0 | A_REVERSE );
49  attrset->setAttr( NCstyle::DialogDisabled, 0 | A_REVERSE | A_BOLD );
50  attrset->setAttr( NCstyle::DialogPlain, 0 | A_REVERSE | A_BOLD );
51  attrset->setAttr( NCstyle::DialogLabel, 0 | A_REVERSE | A_BOLD );
52  attrset->setAttr( NCstyle::DialogData, 0 | A_REVERSE );
53  attrset->setAttr( NCstyle::DialogHint, 0 | A_REVERSE | A_BOLD );
54  attrset->setAttr( NCstyle::DialogScrl, 0 | A_REVERSE | A_BOLD );
55  attrset->setAttr( NCstyle::DialogActivePlain, 0 );
56  attrset->setAttr( NCstyle::DialogActiveLabel, 0 );
57  attrset->setAttr( NCstyle::DialogActiveData, 0 | A_BOLD );
58  attrset->setAttr( NCstyle::DialogActiveHint, 0 | A_BOLD );
59  attrset->setAttr( NCstyle::DialogActiveScrl, 0 | A_BOLD );
60  attrset->setAttr( NCstyle::DialogFramePlain, 0 | A_REVERSE | A_BOLD );
61  attrset->setAttr( NCstyle::DialogFrameLabel, 0 | A_REVERSE | A_BOLD );
62  attrset->setAttr( NCstyle::DialogFrameData, 0 | A_REVERSE );
63  attrset->setAttr( NCstyle::DialogFrameHint, 0 | A_REVERSE );
64  attrset->setAttr( NCstyle::DialogFrameScrl, 0 | A_REVERSE | A_BOLD );
65  attrset->setAttr( NCstyle::DialogActiveFramePlain, 0 | A_REVERSE );
66  attrset->setAttr( NCstyle::DialogActiveFrameLabel, 0 | A_REVERSE );
67  attrset->setAttr( NCstyle::DialogActiveFrameData, 0 | A_REVERSE | A_BOLD );
68  attrset->setAttr( NCstyle::DialogActiveFrameHint, 0 | A_REVERSE | A_BOLD );
69  attrset->setAttr( NCstyle::DialogActiveFrameScrl, 0 | A_REVERSE );
70  attrset->setAttr( NCstyle::ListTitle, 0 | A_REVERSE | A_BOLD );
71  attrset->setAttr( NCstyle::ListPlain, 0 | A_REVERSE | A_BOLD );
72  attrset->setAttr( NCstyle::ListLabel, 0 | A_REVERSE | A_BOLD );
73  attrset->setAttr( NCstyle::ListData, 0 | A_REVERSE );
74  attrset->setAttr( NCstyle::ListHint, 0 | A_REVERSE | A_BOLD );
75  attrset->setAttr( NCstyle::ListSelPlain, 0 | A_REVERSE | A_BOLD );
76  attrset->setAttr( NCstyle::ListSelLabel, 0 | A_REVERSE | A_BOLD );
77  attrset->setAttr( NCstyle::ListSelData, 0 | A_REVERSE );
78  attrset->setAttr( NCstyle::ListSelHint, 0 | A_REVERSE | A_BOLD );
79  attrset->setAttr( NCstyle::ListActiveTitle, 0 );
80  attrset->setAttr( NCstyle::ListActivePlain, 0 | A_REVERSE );
81  attrset->setAttr( NCstyle::ListActiveLabel, 0 | A_REVERSE );
82  attrset->setAttr( NCstyle::ListActiveData, 0 | A_REVERSE | A_BOLD );
83  attrset->setAttr( NCstyle::ListActiveHint, 0 | A_REVERSE | A_BOLD );
84  attrset->setAttr( NCstyle::ListActiveSelPlain, 0 );
85  attrset->setAttr( NCstyle::ListActiveSelLabel, 0 );
86  attrset->setAttr( NCstyle::ListActiveSelData, 0 | A_BOLD );
87  attrset->setAttr( NCstyle::ListActiveSelHint, 0 | A_BOLD );
88  attrset->setAttr( NCstyle::RichTextPlain, 0 | A_REVERSE | A_BOLD );
89  attrset->setAttr( NCstyle::RichTextTitle, 0 | A_REVERSE );
90  attrset->setAttr( NCstyle::RichTextLink, 0 );
91  attrset->setAttr( NCstyle::RichTextArmedlink, 0 );
92  attrset->setAttr( NCstyle::RichTextActiveArmedlink, 0 | A_BOLD );
93  attrset->setAttr( NCstyle::RichTextVisitedLink, 0 );
94  attrset->setAttr( NCstyle::RichTextB, 0 | A_REVERSE );
95  attrset->setAttr( NCstyle::RichTextI, 0 | A_REVERSE );
96  attrset->setAttr( NCstyle::RichTextT, 0 | A_REVERSE );
97  attrset->setAttr( NCstyle::RichTextBI, 0 | A_REVERSE );
98  attrset->setAttr( NCstyle::RichTextBT, 0 | A_REVERSE );
99  attrset->setAttr( NCstyle::RichTextIT, 0 | A_REVERSE );
100  attrset->setAttr( NCstyle::RichTextBIT, 0 | A_REVERSE );
101  attrset->setAttr( NCstyle::ProgbarCh, 0 | A_BOLD );
102  attrset->setAttr( NCstyle::ProgbarBgch, 4194481 );
103  attrset->setAttr( NCstyle::TextCursor, 0 | A_REVERSE | A_BOLD );
104  // InfoStyle
105  attrset = &styleSet[NCstyle::InfoStyle].getAttrLocal();
106  attrset->setAttr( NCstyle::DialogBorder, 0 | A_REVERSE | A_BOLD );
107  attrset->setAttr( NCstyle::DialogTitle, 0 | A_REVERSE | A_BOLD );
108  attrset->setAttr( NCstyle::DialogActiveBorder, 0 | A_REVERSE );
109  attrset->setAttr( NCstyle::DialogActiveTitle, 0 | A_REVERSE );
110  attrset->setAttr( NCstyle::DialogText, 0 | A_REVERSE | A_BOLD );
111  attrset->setAttr( NCstyle::DialogHeadline, 0 | A_REVERSE );
112  attrset->setAttr( NCstyle::DialogDisabled, 0 | A_REVERSE | A_BOLD );
113  attrset->setAttr( NCstyle::DialogPlain, 0 | A_REVERSE | A_BOLD );
114  attrset->setAttr( NCstyle::DialogLabel, 0 | A_REVERSE | A_BOLD );
115  attrset->setAttr( NCstyle::DialogData, 0 | A_REVERSE );
116  attrset->setAttr( NCstyle::DialogHint, 0 | A_REVERSE );
117  attrset->setAttr( NCstyle::DialogScrl, 0 | A_REVERSE | A_BOLD );
118  attrset->setAttr( NCstyle::DialogActivePlain, 0 );
119  attrset->setAttr( NCstyle::DialogActiveLabel, 0 );
120  attrset->setAttr( NCstyle::DialogActiveData, 0 | A_BOLD );
121  attrset->setAttr( NCstyle::DialogActiveHint, 0 | A_BOLD );
122  attrset->setAttr( NCstyle::DialogActiveScrl, 0 | A_BOLD );
123  attrset->setAttr( NCstyle::DialogFramePlain, 0 | A_REVERSE | A_BOLD );
124  attrset->setAttr( NCstyle::DialogFrameLabel, 0 | A_REVERSE | A_BOLD );
125  attrset->setAttr( NCstyle::DialogFrameData, 0 | A_REVERSE );
126  attrset->setAttr( NCstyle::DialogFrameHint, 0 | A_REVERSE );
127  attrset->setAttr( NCstyle::DialogFrameScrl, 0 | A_REVERSE | A_BOLD );
128  attrset->setAttr( NCstyle::DialogActiveFramePlain, 0 | A_REVERSE );
129  attrset->setAttr( NCstyle::DialogActiveFrameLabel, 0 | A_REVERSE );
130  attrset->setAttr( NCstyle::DialogActiveFrameData, 0 | A_REVERSE | A_BOLD );
131  attrset->setAttr( NCstyle::DialogActiveFrameHint, 0 | A_REVERSE | A_BOLD );
132  attrset->setAttr( NCstyle::DialogActiveFrameScrl, 0 | A_REVERSE );
133  attrset->setAttr( NCstyle::ListTitle, 0 | A_REVERSE | A_BOLD );
134  attrset->setAttr( NCstyle::ListPlain, 0 | A_REVERSE | A_BOLD );
135  attrset->setAttr( NCstyle::ListLabel, 0 | A_REVERSE | A_BOLD );
136  attrset->setAttr( NCstyle::ListData, 0 | A_REVERSE );
137  attrset->setAttr( NCstyle::ListHint, 0 | A_REVERSE | A_BOLD );
138  attrset->setAttr( NCstyle::ListSelPlain, 0 | A_REVERSE | A_BOLD );
139  attrset->setAttr( NCstyle::ListSelLabel, 0 | A_REVERSE | A_BOLD );
140  attrset->setAttr( NCstyle::ListSelData, 0 | A_REVERSE );
141  attrset->setAttr( NCstyle::ListSelHint, 0 | A_REVERSE | A_BOLD );
142  attrset->setAttr( NCstyle::ListActiveTitle, 0 );
143  attrset->setAttr( NCstyle::ListActivePlain, 0 | A_REVERSE );
144  attrset->setAttr( NCstyle::ListActiveLabel, 0 | A_REVERSE );
145  attrset->setAttr( NCstyle::ListActiveData, 0 | A_REVERSE | A_BOLD );
146  attrset->setAttr( NCstyle::ListActiveHint, 0 | A_REVERSE | A_BOLD );
147  attrset->setAttr( NCstyle::ListActiveSelPlain, 0 );
148  attrset->setAttr( NCstyle::ListActiveSelLabel, 0 );
149  attrset->setAttr( NCstyle::ListActiveSelData, 0 | A_BOLD );
150  attrset->setAttr( NCstyle::ListActiveSelHint, 0 | A_BOLD );
151  attrset->setAttr( NCstyle::RichTextPlain, 0 | A_REVERSE | A_BOLD );
152  attrset->setAttr( NCstyle::RichTextTitle, 0 | A_REVERSE );
153  attrset->setAttr( NCstyle::RichTextLink, 0 );
154  attrset->setAttr( NCstyle::RichTextArmedlink, 0 );
155  attrset->setAttr( NCstyle::RichTextActiveArmedlink, 0 | A_BOLD );
156  attrset->setAttr( NCstyle::RichTextVisitedLink, 0 );
157  attrset->setAttr( NCstyle::RichTextB, 0 | A_REVERSE );
158  attrset->setAttr( NCstyle::RichTextI, 0 | A_REVERSE );
159  attrset->setAttr( NCstyle::RichTextT, 0 | A_REVERSE );
160  attrset->setAttr( NCstyle::RichTextBI, 0 | A_REVERSE );
161  attrset->setAttr( NCstyle::RichTextBT, 0 | A_REVERSE );
162  attrset->setAttr( NCstyle::RichTextIT, 0 | A_REVERSE );
163  attrset->setAttr( NCstyle::RichTextBIT, 0 | A_REVERSE );
164  attrset->setAttr( NCstyle::ProgbarCh, 0 | A_BOLD );
165  attrset->setAttr( NCstyle::ProgbarBgch, 4194481 );
166  attrset->setAttr( NCstyle::TextCursor, 0 | A_REVERSE | A_BOLD );
167  // WarnStyle
168  attrset = &styleSet[NCstyle::WarnStyle].getAttrLocal();
169  attrset->setAttr( NCstyle::DialogBorder, 0 );
170  attrset->setAttr( NCstyle::DialogTitle, 0 );
171  attrset->setAttr( NCstyle::DialogActiveBorder, 0 | A_BOLD );
172  attrset->setAttr( NCstyle::DialogActiveTitle, 0 | A_BOLD );
173  attrset->setAttr( NCstyle::DialogText, 0 );
174  attrset->setAttr( NCstyle::DialogHeadline, 0 | A_BOLD );
175  attrset->setAttr( NCstyle::DialogDisabled, 0 );
176  attrset->setAttr( NCstyle::DialogPlain, 0 );
177  attrset->setAttr( NCstyle::DialogLabel, 0 );
178  attrset->setAttr( NCstyle::DialogData, 0 | A_BOLD );
179  attrset->setAttr( NCstyle::DialogHint, 0 | A_BOLD );
180  attrset->setAttr( NCstyle::DialogScrl, 0 );
181  attrset->setAttr( NCstyle::DialogActivePlain, 0 | A_REVERSE );
182  attrset->setAttr( NCstyle::DialogActiveLabel, 0 | A_REVERSE );
183  attrset->setAttr( NCstyle::DialogActiveData, 0 | A_REVERSE | A_BOLD );
184  attrset->setAttr( NCstyle::DialogActiveHint, 0 | A_REVERSE | A_BOLD );
185  attrset->setAttr( NCstyle::DialogActiveScrl, 0 | A_REVERSE | A_BOLD );
186  attrset->setAttr( NCstyle::DialogFramePlain, 0 );
187  attrset->setAttr( NCstyle::DialogFrameLabel, 0 );
188  attrset->setAttr( NCstyle::DialogFrameData, 0 | A_BOLD );
189  attrset->setAttr( NCstyle::DialogFrameHint, 0 | A_BOLD );
190  attrset->setAttr( NCstyle::DialogFrameScrl, 0 );
191  attrset->setAttr( NCstyle::DialogActiveFramePlain, 0 | A_BOLD );
192  attrset->setAttr( NCstyle::DialogActiveFrameLabel, 0 | A_BOLD );
193  attrset->setAttr( NCstyle::DialogActiveFrameData, 0 );
194  attrset->setAttr( NCstyle::DialogActiveFrameHint, 0 );
195  attrset->setAttr( NCstyle::DialogActiveFrameScrl, 0 | A_BOLD );
196  attrset->setAttr( NCstyle::ListTitle, 0 );
197  attrset->setAttr( NCstyle::ListPlain, 0 );
198  attrset->setAttr( NCstyle::ListLabel, 0 );
199  attrset->setAttr( NCstyle::ListData, 0 | A_BOLD );
200  attrset->setAttr( NCstyle::ListHint, 0 );
201  attrset->setAttr( NCstyle::ListSelPlain, 0 );
202  attrset->setAttr( NCstyle::ListSelLabel, 0 );
203  attrset->setAttr( NCstyle::ListSelData, 0 | A_BOLD );
204  attrset->setAttr( NCstyle::ListSelHint, 0 );
205  attrset->setAttr( NCstyle::ListActiveTitle, 0 | A_REVERSE );
206  attrset->setAttr( NCstyle::ListActivePlain, 0 | A_BOLD );
207  attrset->setAttr( NCstyle::ListActiveLabel, 0 | A_BOLD );
208  attrset->setAttr( NCstyle::ListActiveData, 0 );
209  attrset->setAttr( NCstyle::ListActiveHint, 0 );
210  attrset->setAttr( NCstyle::ListActiveSelPlain, 0 | A_REVERSE );
211  attrset->setAttr( NCstyle::ListActiveSelLabel, 0 | A_REVERSE );
212  attrset->setAttr( NCstyle::ListActiveSelData, 0 | A_REVERSE | A_BOLD );
213  attrset->setAttr( NCstyle::ListActiveSelHint, 0 | A_REVERSE | A_BOLD );
214  attrset->setAttr( NCstyle::RichTextPlain, 0 | A_REVERSE | A_BOLD );
215  attrset->setAttr( NCstyle::RichTextTitle, 0 | A_REVERSE );
216  attrset->setAttr( NCstyle::RichTextLink, 0 );
217  attrset->setAttr( NCstyle::RichTextArmedlink, 0 );
218  attrset->setAttr( NCstyle::RichTextActiveArmedlink, 0 | A_BOLD );
219  attrset->setAttr( NCstyle::RichTextVisitedLink, 0 );
220  attrset->setAttr( NCstyle::RichTextB, 0 | A_REVERSE );
221  attrset->setAttr( NCstyle::RichTextI, 0 | A_REVERSE );
222  attrset->setAttr( NCstyle::RichTextT, 0 | A_REVERSE );
223  attrset->setAttr( NCstyle::RichTextBI, 0 | A_REVERSE );
224  attrset->setAttr( NCstyle::RichTextBT, 0 | A_REVERSE );
225  attrset->setAttr( NCstyle::RichTextIT, 0 | A_REVERSE );
226  attrset->setAttr( NCstyle::RichTextBIT, 0 | A_REVERSE );
227  attrset->setAttr( NCstyle::ProgbarCh, 0 | A_BOLD );
228  attrset->setAttr( NCstyle::ProgbarBgch, 4194481 );
229  attrset->setAttr( NCstyle::TextCursor, 0 | A_REVERSE | A_BOLD );
230  // PopupStyle
231  attrset = &styleSet[NCstyle::PopupStyle].getAttrLocal();
232  attrset->setAttr( NCstyle::DialogBorder, 0 | A_REVERSE | A_BOLD );
233  attrset->setAttr( NCstyle::DialogTitle, 0 | A_REVERSE | A_BOLD );
234  attrset->setAttr( NCstyle::DialogActiveBorder, 0 | A_REVERSE );
235  attrset->setAttr( NCstyle::DialogActiveTitle, 0 | A_REVERSE );
236  attrset->setAttr( NCstyle::DialogText, 0 | A_REVERSE | A_BOLD );
237  attrset->setAttr( NCstyle::DialogHeadline, 0 | A_REVERSE );
238  attrset->setAttr( NCstyle::DialogDisabled, 0 | A_REVERSE | A_BOLD );
239  attrset->setAttr( NCstyle::DialogPlain, 0 | A_REVERSE | A_BOLD );
240  attrset->setAttr( NCstyle::DialogLabel, 0 | A_REVERSE | A_BOLD );
241  attrset->setAttr( NCstyle::DialogData, 0 | A_REVERSE );
242  attrset->setAttr( NCstyle::DialogHint, 0 | A_REVERSE );
243  attrset->setAttr( NCstyle::DialogScrl, 0 | A_REVERSE | A_BOLD );
244  attrset->setAttr( NCstyle::DialogActivePlain, 0 );
245  attrset->setAttr( NCstyle::DialogActiveLabel, 0 );
246  attrset->setAttr( NCstyle::DialogActiveData, 0 | A_BOLD );
247  attrset->setAttr( NCstyle::DialogActiveHint, 0 | A_BOLD );
248  attrset->setAttr( NCstyle::DialogActiveScrl, 0 | A_BOLD );
249  attrset->setAttr( NCstyle::DialogFramePlain, 0 | A_REVERSE | A_BOLD );
250  attrset->setAttr( NCstyle::DialogFrameLabel, 0 | A_REVERSE | A_BOLD );
251  attrset->setAttr( NCstyle::DialogFrameData, 0 | A_REVERSE );
252  attrset->setAttr( NCstyle::DialogFrameHint, 0 | A_REVERSE );
253  attrset->setAttr( NCstyle::DialogFrameScrl, 0 | A_REVERSE | A_BOLD );
254  attrset->setAttr( NCstyle::DialogActiveFramePlain, 0 | A_REVERSE );
255  attrset->setAttr( NCstyle::DialogActiveFrameLabel, 0 | A_REVERSE );
256  attrset->setAttr( NCstyle::DialogActiveFrameData, 0 | A_REVERSE | A_BOLD );
257  attrset->setAttr( NCstyle::DialogActiveFrameHint, 0 | A_REVERSE | A_BOLD );
258  attrset->setAttr( NCstyle::DialogActiveFrameScrl, 0 | A_REVERSE );
259  attrset->setAttr( NCstyle::ListTitle, 0 | A_REVERSE | A_BOLD );
260  attrset->setAttr( NCstyle::ListPlain, 0 | A_REVERSE | A_BOLD );
261  attrset->setAttr( NCstyle::ListLabel, 0 | A_REVERSE | A_BOLD );
262  attrset->setAttr( NCstyle::ListData, 0 | A_REVERSE );
263  attrset->setAttr( NCstyle::ListHint, 0 | A_REVERSE | A_BOLD );
264  attrset->setAttr( NCstyle::ListSelPlain, 0 | A_REVERSE | A_BOLD );
265  attrset->setAttr( NCstyle::ListSelLabel, 0 | A_REVERSE | A_BOLD );
266  attrset->setAttr( NCstyle::ListSelData, 0 | A_REVERSE );
267  attrset->setAttr( NCstyle::ListSelHint, 0 | A_REVERSE | A_BOLD );
268  attrset->setAttr( NCstyle::ListActiveTitle, 0 );
269  attrset->setAttr( NCstyle::ListActivePlain, 0 | A_REVERSE );
270  attrset->setAttr( NCstyle::ListActiveLabel, 0 | A_REVERSE );
271  attrset->setAttr( NCstyle::ListActiveData, 0 | A_REVERSE | A_BOLD );
272  attrset->setAttr( NCstyle::ListActiveHint, 0 | A_REVERSE | A_BOLD );
273  attrset->setAttr( NCstyle::ListActiveSelPlain, 0 );
274  attrset->setAttr( NCstyle::ListActiveSelLabel, 0 );
275  attrset->setAttr( NCstyle::ListActiveSelData, 0 | A_BOLD );
276  attrset->setAttr( NCstyle::ListActiveSelHint, 0 | A_BOLD );
277  attrset->setAttr( NCstyle::RichTextPlain, 0 | A_REVERSE | A_BOLD );
278  attrset->setAttr( NCstyle::RichTextTitle, 0 | A_REVERSE );
279  attrset->setAttr( NCstyle::RichTextLink, 0 );
280  attrset->setAttr( NCstyle::RichTextArmedlink, 0 );
281  attrset->setAttr( NCstyle::RichTextActiveArmedlink, 0 | A_BOLD );
282  attrset->setAttr( NCstyle::RichTextVisitedLink, 0 );
283  attrset->setAttr( NCstyle::RichTextB, 0 | A_REVERSE );
284  attrset->setAttr( NCstyle::RichTextI, 0 | A_REVERSE );
285  attrset->setAttr( NCstyle::RichTextT, 0 | A_REVERSE );
286  attrset->setAttr( NCstyle::RichTextBI, 0 | A_REVERSE );
287  attrset->setAttr( NCstyle::RichTextBT, 0 | A_REVERSE );
288  attrset->setAttr( NCstyle::RichTextIT, 0 | A_REVERSE );
289  attrset->setAttr( NCstyle::RichTextBIT, 0 | A_REVERSE );
290  attrset->setAttr( NCstyle::ProgbarCh, 0 | A_BOLD );
291  attrset->setAttr( NCstyle::ProgbarBgch, 4194481 );
292  attrset->setAttr( NCstyle::TextCursor, 0 | A_REVERSE | A_BOLD );
293 }
294 
295 #endif // NCstyle_mono_h