The Lambda Lab
/
projects
/
scheme.forth.jl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
123ce52
)
Fixed term colour bug.
author
Tim Vaughan
<tgvaughan@gmail.com>
Sun, 19 Jun 2016 05:10:32 +0000
(17:10 +1200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Sun, 19 Jun 2016 05:10:32 +0000
(17:10 +1200)
term-colours.4th
patch
|
blob
|
history
diff --git
a/term-colours.4th
b/term-colours.4th
index
97582dc
..
1d87c8e
100644
(file)
--- a/
term-colours.4th
+++ b/
term-colours.4th
@@
-11,7
+11,7
@@
;
: reset-term
- escape [char] 0 escape-end
+ escape [char] 0 e
mit e
scape-end
;
: bold
@@
-25,6
+25,7
@@
does>
set-term-colour
;
+0 colour black
1 colour red
2 colour green
3 colour yellow