mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-10 22:47:33 +02:00
Merge pull request #823 from ztzg/diff-term-ansi-call
lib/chibi/diff.scm: Fix string ANSI coloring call
This commit is contained in:
commit
b4471ad6fd
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
||||||
(write-string (green line) out))
|
(write-string (green line) out))
|
||||||
((remove)
|
((remove)
|
||||||
(write-string (red "-") out)
|
(write-string (red "-") out)
|
||||||
(write-string (red line out)))
|
(write-string (red line) out))
|
||||||
((same)
|
((same)
|
||||||
(write-char #\space out)
|
(write-char #\space out)
|
||||||
(write-string line out))
|
(write-string line out))
|
||||||
|
|
Loading…
Add table
Reference in a new issue