1CursesW.Attr(3kaya) Kaya module reference CursesW.Attr(3kaya)
2
3
4
6 CursesW::Attr - Text attributes
7
9 CursesW::Attr< >
10
11
12 = Normal()
13
14
15 | Standout()
16
17
18 | Underline()
19
20
21 | Reverse()
22
23
24 | Blink()
25
26
27 | Dim()
28
29
30 | Bold()
31
32
33 | Protect()
34
35
36 | Invis()
37
38
39 | AltCharset()
40
41
42 | CharText()
43
44
45 | ColourPair(Int n)
46
48 This data type represents various text attributes. Not all terminals
49 support all attributes, or support attributes in the same way, though
50 Bold , Reverse and ColourPair are generally well-supported.
51
53 Kaya standard library by Edwin Brady, Chris Morris and others
54 (kaya@kayalang.org). For further information see http://kayalang.org/
55
57 The Kaya standard library is free software; you can redistribute it
58 and/or modify it under the terms of the GNU Lesser General Public
59 License (version 2.1 or any later version) as published by the Free
60 Software Foundation.
61
62
63
64Kaya December 2010 CursesW.Attr(3kaya)