about summary refs log tree commit diff stats
path: root/browse-slack
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-13 07:56:34 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-13 07:56:34 -0700
commite2dd5420b2ca0ce9333667cb3be9d49673209f37 (patch)
treee6d1b70c72978821a87e0156227c0be9cda7d46e /browse-slack
parent18d3f4971afd7775730bc4a40dc9cb01f2962b9f (diff)
downloadmu-e2dd5420b2ca0ce9333667cb3be9d49673209f37.tar.gz
.
Diffstat (limited to 'browse-slack')
-rw-r--r--browse-slack/environment.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/browse-slack/environment.mu b/browse-slack/environment.mu
index dc2360bd..95ed63f3 100644
--- a/browse-slack/environment.mu
+++ b/browse-slack/environment.mu
@@ -241,6 +241,7 @@ fn read-json-grapheme stream: (addr stream byte) -> _/ebx: grapheme {
 }
 
 # '\' encountered
+# https://www.json.org/json-en.html
 fn render-json-escaped-grapheme screen: (addr screen), stream: (addr stream byte), xmin: int, ymin: int, xmax: int, ymax: int, xcurr: int, ycurr: int, color: int, background-color: int -> _/eax: int, _/ecx: int {
   var g/ebx: grapheme <- read-json-grapheme stream
   compare g, 0xffffffff/end-of-file