summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vt100_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vt100_test.go b/vt100_test.go
index f30cb62..47dd926 100644
--- a/vt100_test.go
+++ b/vt100_test.go
@@ -45,6 +45,7 @@ func TestDisplay(_ *testing.T) {
ExampleNormal()
ExampleBold()
ExampleUnderline()
+ ExampleBlink()
ExampleInverse()
ExampleDoubleWidth()
ExampleDoubleHeight()