mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
lib/chibi/diff.scm: Fix string ANSI coloring call
This commit is contained in:
parent
79abb960a4
commit
1702162e1f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
|||
(write-string (green line) out))
|
||||
((remove)
|
||||
(write-string (red "-") out)
|
||||
(write-string (red line out)))
|
||||
(write-string (red line) out))
|
||||
((same)
|
||||
(write-char #\space out)
|
||||
(write-string line out))
|
||||
|
|
Loading…
Add table
Reference in a new issue