about summary refs log tree commit diff stats
path: root/src/ui/privwin.c
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2018-06-25 08:22:58 +0320
committerPaul Fariello <paul@fariello.eu>2018-09-05 13:52:20 +0200
commit71c9cbf8a8e8b3925f11756603ad6cb4b9828350 (patch)
treefa1ab0bbb18c3fc5c16ecb475aa9e135dc38c1bc /src/ui/privwin.c
parent233e076be95baf13a23e9dbefac208d424a57e5d (diff)
downloadprofani-tty-71c9cbf8a8e8b3925f11756603ad6cb4b9828350.tar.gz
Conform to Section 3.2.2.1 of XML Schema Part 2: Datatypes
In accordance with Section 3.2.2.1 of XML Schema Part 2: Datatypes, the
allowable lexical representations for the xs:boolean datatype are the
strings "0" and "false" for the concept 'false' and the strings "1" and
"true" for the concept 'true'; implementations MUST support both styles
of lexical representation.
Diffstat (limited to 'src/ui/privwin.c')
0 files changed, 0 insertions, 0 deletions
thj5@gmail.com> 2016-02-10 21:38:28 +0000 Added mention and trigger themes for console' href='/danisanti/profani-tty/commit/themes/boothj5_slack?id=71679a3159037c353656b19e3b36ab303714bc15'>71679a31 ^
3666eb4f ^



2f82f50a ^

1a3dc91e ^

3666eb4f ^






















f0837abf ^

3666eb4f ^
















f0837abf ^
3666eb4f ^
f0837abf ^
3666eb4f ^


f0837abf ^
3666eb4f ^



f0837abf ^
3666eb4f ^
f0837abf ^
3666eb4f ^
f0837abf ^
3666eb4f ^



f0837abf ^
3666eb4f ^

abc2f0de ^
3666eb4f ^

f0837abf ^
3666eb4f ^
f0837abf ^




3666eb4f ^






f0837abf ^
72c1c496 ^
bab75cae ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135