about summary refs log tree commit diff stats
path: root/html/console.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/console.mu.html')
-rw-r--r--html/console.mu.html25
1 files changed, 14 insertions, 11 deletions
diff --git a/html/console.mu.html b/html/console.mu.html
index 01572445..6943a358 100644
--- a/html/console.mu.html
+++ b/html/console.mu.html
@@ -11,18 +11,20 @@
 <style type="text/css">
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; }
-body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
-a { color:#eeeeee; text-decoration: none; }
-a:hover { text-decoration: underline; }
-* { font-size: 12pt; font-size: 1em; }
-.muControl { color: #c0a020; }
+body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
+.subxS2Comment a { color:inherit; }
+.subxS1Comment a { color:inherit; }
+.subxComment a { color:inherit; }
+.subxH2Comment a { color:inherit; }
+.subxH1Comment a { color:inherit; }
+* { font-size:12pt; font-size: 1em; }
+.muControl { color:#c0a020; }
 .muRecipe { color: #ff8700; }
-.LineNr { color: #444444; }
-.Delimiter { color: #800080; }
-.Constant { color: #00a0a0; }
-.Special { color: #c00000; }
-.Comment { color: #9090ff; }
-.Comment a { color:#0000ee; text-decoration:underline; }
+.LineNr { color:#444444; }
+.Delimiter { color:#800080; }
+.Constant { color:#00a0a0; }
+.Special { color:#c00000; }
+.Comment { color: #8080ff; }
 -->
 </style>
 
@@ -56,6 +58,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
+<a href='https://github.com/akkartik/mu/blob/master/console.mu'>https://github.com/akkartik/mu/blob/master/console.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="Comment"># example program: reading events from keyboard or mouse</span>
 <span id="L2" class="LineNr"> 2 </span><span class="Comment">#</span>
> ^
0d9c300b ^








a16a7171 ^


6bad38c2 ^
a16a7171 ^


00170984 ^
0d9c300b ^





6bad38c2 ^
0d9c300b ^





6bad38c2 ^
6b1b035d ^
0d9c300b ^

0d9c300b ^

09e1e761 ^
e49bea4d ^




0d9c300b ^

6bad38c2 ^
0d9c300b ^











6bad38c2 ^
0d9c300b ^

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