1Curses.Attr(3kaya)           Kaya module reference          Curses.Attr(3kaya)
2
3
4

NAME

6       Curses::Attr - Text attributes
7

SYNOPSIS

9       Curses::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

DESCRIPTION

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

AUTHORS

53       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
54       (kaya@kayalang.org). For further information see http://kayalang.org/
55

LICENSE

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              Curses.Attr(3kaya)
Impressum