Destroyed, students, suspended predicates and base info.
This commit is contained in:
parent
4b453162cf
commit
faf18b928e
3 changed files with 20 additions and 15 deletions
2
ansi.scm
2
ansi.scm
|
@ -35,6 +35,7 @@
|
|||
a:neutral
|
||||
a:default
|
||||
a:muted
|
||||
a:highlight
|
||||
ansi-tests!
|
||||
)
|
||||
|
||||
|
@ -79,6 +80,7 @@
|
|||
(define a:neutral (ansi #:default #:white))
|
||||
(define a:default (ansi #:default))
|
||||
(define a:muted (ansi #:black #:bold))
|
||||
(define a:highlight (ansi #:blue #:bold))
|
||||
|
||||
;; Performs ANSI module self-tests.
|
||||
(define (ansi-tests!)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue