Destroyed, students, suspended predicates and base info.

This commit is contained in:
Dominik Pantůček 2023-03-19 07:53:48 +01:00
parent 4b453162cf
commit faf18b928e
3 changed files with 20 additions and 15 deletions

View file

@ -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!)