about summary refs log tree commit diff stats
path: root/src/LYStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYStyle.h')
-rw-r--r--src/LYStyle.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/LYStyle.h b/src/LYStyle.h
new file mode 100644
index 00000000..cfc4ae69
--- /dev/null
+++ b/src/LYStyle.h
@@ -0,0 +1,32 @@
+#ifndef LYSTYLE_H
+#define LYSTYLE_H
+
+#ifdef USE_COLOR_STYLE
+
+#include "AttrList.h"
+
+/* list of elements */
+extern CONST SGML_dtd HTML_dtd;
+
+/* array of currently set styles */
+extern HTCharStyle displayStyles[DSTYLE_ELEMENTS];
+
+/* Can we do colour? - RP */
+extern int has_color;
+
+/* Set all the buckets in the hash table to be empty */
+extern void style_initialiseHashTable NOPARAMS;
+
+extern void parse_userstyles NOPARAMS;
+
+extern void HStyle_addStyle PARAMS((char* buffer));
+
+extern void style_deleteStyleList NOPARAMS;
+
+extern void style_defaultStyleSheet NOPARAMS;
+
+extern int style_readFromFile PARAMS((char* file));
+
+#endif /* USE_COLOR_STYLE */
+
+#endif /* LYSTYLE_H */
-09-01 16:30:44 +0100 Switch from projectile to project.el' href='/djm/dotfiles/commit/.emacs.d/lisp/init-project.el?h=sops&id=1c9f64d02cc34312dfb0c27cbfdba4082cde9e25'>1c9f64d ^
c5d9f29 ^
1c9f64d ^















fd95242 ^

95a5419 ^
ed43c29 ^





















8420a8c ^





1c9f64d ^





b522e1a ^













1c9f64d ^
36befc3 ^
ed43c29 ^

5347f83 ^

1c9f64d ^


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