about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/buffer/cell.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer/cell.nim b/src/buffer/cell.nim
index 73c8ef07..87148389 100644
--- a/src/buffer/cell.nim
+++ b/src/buffer/cell.nim
@@ -252,7 +252,6 @@ proc parseSGR(parser: AnsiCodeParser, format: var Format) =
     while i < parser.params.len:
       if not parser.parseSGRAspect(format, i):
         break
-      inc i
 
 proc parseControlFunction(parser: var AnsiCodeParser, format: var Format,
     f: char) =