From f879b72a18f95130dbef17bc5b9915176fbda49c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 12 Apr 2015 16:36:10 +0200 Subject: Add blink --- vt100_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vt100_test.go') 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() -- cgit v1.2.3