From fe8bf967a945c7d9e6aba36e42518262d54bd348 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 15 Dec 2017 02:09:36 -0800 Subject: 4161 --- html/075channel.mu.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'html/075channel.mu.html') diff --git a/html/075channel.mu.html b/html/075channel.mu.html index 034410bf..d294b7cb 100644 --- a/html/075channel.mu.html +++ b/html/075channel.mu.html @@ -3,7 +3,7 @@ Mu - 075channel.mu - + @@ -15,19 +15,19 @@ 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; } -.Conceal { color: #4e4e4e; } .muScenario { color: #00af00; } -.Special { color: #c00000; } -.Delimiter { color: #800080; } +.Conceal { color: #4e4e4e; } +.LineNr { color: #444444; } .SalientComment { color: #00ffff; } +.muData { color: #ffff00; } +.Delimiter { color: #800080; } +.muControl { color: #c0a020; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.muRecipe { color: #ff8700; } -.muControl { color: #c0a020; } +.Special { color: #c00000; } .CommentedCode { color: #6c6c6c; } -.muData { color: #ffff00; } +.muRecipe { color: #ff8700; } --> @@ -441,7 +441,7 @@ if ('onhashchange' in window) { 377 ] 378 379 # A full channel has first-free just before first-full, wasting one slot. -380 # (Other alternatives: https://www.snellman.net/blog/archive/2016-12-13-ring-buffers) +380 # (Other alternatives: https://www.snellman.net/blog/archive/2016-12-13-ring-buffers) 381 def channel-full? chan:&:channel:_elem -> result:bool [ 382 local-scope 383 load-inputs -- cgit 1.4.1-2-gfad0