about summary refs log tree commit diff stats
path: root/html/080display.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-07 22:42:23 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-07 22:42:23 -0700
commitc762564bd754884e847922c99172076fde4d646e (patch)
tree52b51d72a8e0bf29c94f5c01c13f098399830082 /html/080display.cc.html
parent1a62e61df42bfdf001010700c1e1042c67d62ec2 (diff)
downloadmu-c762564bd754884e847922c99172076fde4d646e.tar.gz
4539
Diffstat (limited to 'html/080display.cc.html')
-rw-r--r--html/080display.cc.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/html/080display.cc.html b/html/080display.cc.html
index 7ae6032a..a63e3cc5 100644
--- a/html/080display.cc.html
+++ b/html/080display.cc.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - 080display.cc</title>
-<meta name="Generator" content="Vim/7.4">
+<meta name="Generator" content="Vim/8.0">
 <meta name="plugin-version" content="vim7.4_v2">
 <meta name="syntax" content="cpp">
 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
@@ -15,15 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color
 a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
+.cSpecial { color: #008000; }
+.LineNr { color: #444444; }
 .Constant { color: #00a0a0; }
-.SalientComment { color: #00ffff; }
-.Comment { color: #9090ff; }
-.Comment a { color:#0000ee; text-decoration:underline; }
 .Delimiter { color: #800080; }
-.LineNr { color: #444444; }
 .Identifier { color: #c0a020; }
 .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
-.cSpecial { color: #008000; }
+.Comment { color: #9090ff; }
+.Comment a { color:#0000ee; text-decoration:underline; }
+.SalientComment { color: #00ffff; }
 -->
 </style>
 
02' href='#n202'>202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234