summaryrefslogtreecommitdiff
path: root/vt100_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-04-12 16:36:10 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-04-12 16:36:10 +0200
commitf879b72a18f95130dbef17bc5b9915176fbda49c (patch)
treeb27c1cbc860ab72532e441966e40eaf5955a8b7c /vt100_test.go
parent78a26ca72cc93f215e1c4c936435cb21470bb8b5 (diff)
Add blinkHEADmaster
Diffstat (limited to 'vt100_test.go')
-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()