diff options
author | bptato <nincsnevem662@gmail.com> | 2021-12-26 23:50:12 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-12-26 23:50:12 +0100 |
commit | 2b1dac71b2886ede9950f4ef91e7a0eb7b3e5ed5 (patch) | |
tree | 0971b3625f6cbc9d978ccb1a01bf7fde815dd94b /src/io/cell.nim | |
parent | 647089a99e3c44c4115274a8822ca0a4dd947d67 (diff) | |
download | chawan-2b1dac71b2886ede9950f4ef91e7a0eb7b3e5ed5.tar.gz |
Basic content type implementation
Diffstat (limited to 'src/io/cell.nim')
-rw-r--r-- | src/io/cell.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/cell.nim b/src/io/cell.nim index f5fb9721..fbe35268 100644 --- a/src/io/cell.nim +++ b/src/io/cell.nim @@ -244,7 +244,7 @@ proc parseAnsiCode*(formatting: var Formatting, buf: string, fi: int): int = inc_check i let params = buf.substr(sp, i - 1) - let si = i + #let si = i #intermediate bytes while 0x20 <= int(buf[i]) and int(buf[i]) <= 0x2F: inc_check i |