summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-03 13:44:28 +0300
committerPaul Buetow <paul@buetow.org>2021-10-03 13:47:25 +0300
commit599075bc6580ba77dc22ba1c1ec8aa908ef2462d (patch)
tree1baba3de19197c6b4d87d48ca9c6f79c01a1bfab
parentb2dbe133347ef220ff781ffeb1f8137245f5235f (diff)
add DTail color table test
-rw-r--r--cmd/dtail/main.go2
-rw-r--r--integrationtests/dtail_test.go22
-rw-r--r--integrationtests/dtailcolortable.expected576
3 files changed, 599 insertions, 1 deletions
diff --git a/cmd/dtail/main.go b/cmd/dtail/main.go
index c0ad56f..3746af9 100644
--- a/cmd/dtail/main.go
+++ b/cmd/dtail/main.go
@@ -72,13 +72,13 @@ func main() {
version.PrintAndExit()
}
if !args.Spartan {
- version.Print()
if displayWideColorTable {
color.TablePrintAndExit(true)
}
if displayColorTable {
color.TablePrintAndExit(false)
}
+ version.Print()
}
ctx, cancel := context.WithCancel(context.Background())
diff --git a/integrationtests/dtail_test.go b/integrationtests/dtail_test.go
new file mode 100644
index 0000000..8d73174
--- /dev/null
+++ b/integrationtests/dtail_test.go
@@ -0,0 +1,22 @@
+package integrationtests
+
+import (
+ "os"
+ "testing"
+)
+
+func TestDTailColorTable(t *testing.T) {
+ stdoutFile := "dtailcolortable.stdout.tmp"
+ expectedStdoutFile := "dtailcolortable.expected"
+
+ if err := runCommand(t, "../dtail", []string{"-colorTable"}, stdoutFile); err != nil {
+ t.Error(err)
+ return
+ }
+ if err := compareFiles(t, stdoutFile, expectedStdoutFile); err != nil {
+ t.Error(err)
+ return
+ }
+
+ os.Remove(stdoutFile)
+}
diff --git a/integrationtests/dtailcolortable.expected b/integrationtests/dtailcolortable.expected
new file mode 100644
index 0000000..fb6e611
--- /dev/null
+++ b/integrationtests/dtailcolortable.expected
@@ -0,0 +1,576 @@
+ Foreground: Black | Background: Red | Attribute: Bold 
+ Foreground: Black | Background: Green | Attribute: Bold 
+ Foreground: Black | Background: Yellow | Attribute: Bold 
+ Foreground: Black | Background: Blue | Attribute: Bold 
+ Foreground: Black | Background: Magenta | Attribute: Bold 
+ Foreground: Black | Background: Cyan | Attribute: Bold 
+ Foreground: Black | Background: White | Attribute: Bold 
+ Foreground: Black | Background: Default | Attribute: Bold 
+ Foreground: Red | Background: Black | Attribute: Bold 
+ Foreground: Red | Background: Green | Attribute: Bold 
+ Foreground: Red | Background: Yellow | Attribute: Bold 
+ Foreground: Red | Background: Blue | Attribute: Bold 
+ Foreground: Red | Background: Magenta | Attribute: Bold 
+ Foreground: Red | Background: Cyan | Attribute: Bold 
+ Foreground: Red | Background: White | Attribute: Bold 
+ Foreground: Red | Background: Default | Attribute: Bold 
+ Foreground: Green | Background: Black | Attribute: Bold 
+ Foreground: Green | Background: Red | Attribute: Bold 
+ Foreground: Green | Background: Yellow | Attribute: Bold 
+ Foreground: Green | Background: Blue | Attribute: Bold 
+ Foreground: Green | Background: Magenta | Attribute: Bold 
+ Foreground: Green | Background: Cyan | Attribute: Bold 
+ Foreground: Green | Background: White | Attribute: Bold 
+ Foreground: Green | Background: Default | Attribute: Bold 
+ Foreground: Yellow | Background: Black | Attribute: Bold 
+ Foreground: Yellow | Background: Red | Attribute: Bold 
+ Foreground: Yellow | Background: Green | Attribute: Bold 
+ Foreground: Yellow | Background: Blue | Attribute: Bold 
+ Foreground: Yellow | Background: Magenta | Attribute: Bold 
+ Foreground: Yellow | Background: Cyan | Attribute: Bold 
+ Foreground: Yellow | Background: White | Attribute: Bold 
+ Foreground: Yellow | Background: Default | Attribute: Bold 
+ Foreground: Blue | Background: Black | Attribute: Bold 
+ Foreground: Blue | Background: Red | Attribute: Bold 
+ Foreground: Blue | Background: Green | Attribute: Bold 
+ Foreground: Blue | Background: Yellow | Attribute: Bold 
+ Foreground: Blue | Background: Magenta | Attribute: Bold 
+ Foreground: Blue | Background: Cyan | Attribute: Bold 
+ Foreground: Blue | Background: White | Attribute: Bold 
+ Foreground: Blue | Background: Default | Attribute: Bold 
+ Foreground: Magenta | Background: Black | Attribute: Bold 
+ Foreground: Magenta | Background: Red | Attribute: Bold 
+ Foreground: Magenta | Background: Green | Attribute: Bold 
+ Foreground: Magenta | Background: Yellow | Attribute: Bold 
+ Foreground: Magenta | Background: Blue | Attribute: Bold 
+ Foreground: Magenta | Background: Cyan | Attribute: Bold 
+ Foreground: Magenta | Background: White | Attribute: Bold 
+ Foreground: Magenta | Background: Default | Attribute: Bold 
+ Foreground: Cyan | Background: Black | Attribute: Bold 
+ Foreground: Cyan | Background: Red | Attribute: Bold 
+ Foreground: Cyan | Background: Green | Attribute: Bold 
+ Foreground: Cyan | Background: Yellow | Attribute: Bold 
+ Foreground: Cyan | Background: Blue | Attribute: Bold 
+ Foreground: Cyan | Background: Magenta | Attribute: Bold 
+ Foreground: Cyan | Background: White | Attribute: Bold 
+ Foreground: Cyan | Background: Default | Attribute: Bold 
+ Foreground: White | Background: Black | Attribute: Bold 
+ Foreground: White | Background: Red | Attribute: Bold 
+ Foreground: White | Background: Green | Attribute: Bold 
+ Foreground: White | Background: Yellow | Attribute: Bold 
+ Foreground: White | Background: Blue | Attribute: Bold 
+ Foreground: White | Background: Magenta | Attribute: Bold 
+ Foreground: White | Background: Cyan | Attribute: Bold 
+ Foreground: White | Background: Default | Attribute: Bold 
+ Foreground: Default | Background: Black | Attribute: Bold 
+ Foreground: Default | Background: Red | Attribute: Bold 
+ Foreground: Default | Background: Green | Attribute: Bold 
+ Foreground: Default | Background: Yellow | Attribute: Bold 
+ Foreground: Default | Background: Blue | Attribute: Bold 
+ Foreground: Default | Background: Magenta | Attribute: Bold 
+ Foreground: Default | Background: Cyan | Attribute: Bold 
+ Foreground: Default | Background: White | Attribute: Bold 
+ Foreground: Black | Background: Red | Attribute: Dim 
+ Foreground: Black | Background: Green | Attribute: Dim 
+ Foreground: Black | Background: Yellow | Attribute: Dim 
+ Foreground: Black | Background: Blue | Attribute: Dim 
+ Foreground: Black | Background: Magenta | Attribute: Dim 
+ Foreground: Black | Background: Cyan | Attribute: Dim 
+ Foreground: Black | Background: White | Attribute: Dim 
+ Foreground: Black | Background: Default | Attribute: Dim 
+ Foreground: Red | Background: Black | Attribute: Dim 
+ Foreground: Red | Background: Green | Attribute: Dim 
+ Foreground: Red | Background: Yellow | Attribute: Dim 
+ Foreground: Red | Background: Blue | Attribute: Dim 
+ Foreground: Red | Background: Magenta | Attribute: Dim 
+ Foreground: Red | Background: Cyan | Attribute: Dim 
+ Foreground: Red | Background: White | Attribute: Dim 
+ Foreground: Red | Background: Default | Attribute: Dim 
+ Foreground: Green | Background: Black | Attribute: Dim 
+ Foreground: Green | Background: Red | Attribute: Dim 
+ Foreground: Green | Background: Yellow | Attribute: Dim 
+ Foreground: Green | Background: Blue | Attribute: Dim 
+ Foreground: Green | Background: Magenta | Attribute: Dim 
+ Foreground: Green | Background: Cyan | Attribute: Dim 
+ Foreground: Green | Background: White | Attribute: Dim 
+ Foreground: Green | Background: Default | Attribute: Dim 
+ Foreground: Yellow | Background: Black | Attribute: Dim 
+ Foreground: Yellow | Background: Red | Attribute: Dim 
+ Foreground: Yellow | Background: Green | Attribute: Dim 
+ Foreground: Yellow | Background: Blue | Attribute: Dim 
+ Foreground: Yellow | Background: Magenta | Attribute: Dim 
+ Foreground: Yellow | Background: Cyan | Attribute: Dim 
+ Foreground: Yellow | Background: White | Attribute: Dim 
+ Foreground: Yellow | Background: Default | Attribute: Dim 
+ Foreground: Blue | Background: Black | Attribute: Dim 
+ Foreground: Blue | Background: Red | Attribute: Dim 
+ Foreground: Blue | Background: Green | Attribute: Dim 
+ Foreground: Blue | Background: Yellow | Attribute: Dim 
+ Foreground: Blue | Background: Magenta | Attribute: Dim 
+ Foreground: Blue | Background: Cyan | Attribute: Dim 
+ Foreground: Blue | Background: White | Attribute: Dim 
+ Foreground: Blue | Background: Default | Attribute: Dim 
+ Foreground: Magenta | Background: Black | Attribute: Dim 
+ Foreground: Magenta | Background: Red | Attribute: Dim 
+ Foreground: Magenta | Background: Green | Attribute: Dim 
+ Foreground: Magenta | Background: Yellow | Attribute: Dim 
+ Foreground: Magenta | Background: Blue | Attribute: Dim 
+ Foreground: Magenta | Background: Cyan | Attribute: Dim 
+ Foreground: Magenta | Background: White | Attribute: Dim 
+ Foreground: Magenta | Background: Default | Attribute: Dim 
+ Foreground: Cyan | Background: Black | Attribute: Dim 
+ Foreground: Cyan | Background: Red | Attribute: Dim 
+ Foreground: Cyan | Background: Green | Attribute: Dim 
+ Foreground: Cyan | Background: Yellow | Attribute: Dim 
+ Foreground: Cyan | Background: Blue | Attribute: Dim 
+ Foreground: Cyan | Background: Magenta | Attribute: Dim 
+ Foreground: Cyan | Background: White | Attribute: Dim 
+ Foreground: Cyan | Background: Default | Attribute: Dim 
+ Foreground: White | Background: Black | Attribute: Dim 
+ Foreground: White | Background: Red | Attribute: Dim 
+ Foreground: White | Background: Green | Attribute: Dim 
+ Foreground: White | Background: Yellow | Attribute: Dim 
+ Foreground: White | Background: Blue | Attribute: Dim 
+ Foreground: White | Background: Magenta | Attribute: Dim 
+ Foreground: White | Background: Cyan | Attribute: Dim 
+ Foreground: White | Background: Default | Attribute: Dim 
+ Foreground: Default | Background: Black | Attribute: Dim 
+ Foreground: Default | Background: Red | Attribute: Dim 
+ Foreground: Default | Background: Green | Attribute: Dim 
+ Foreground: Default | Background: Yellow | Attribute: Dim 
+ Foreground: Default | Background: Blue | Attribute: Dim 
+ Foreground: Default | Background: Magenta | Attribute: Dim 
+ Foreground: Default | Background: Cyan | Attribute: Dim 
+ Foreground: Default | Background: White | Attribute: Dim 
+ Foreground: Black | Background: Red | Attribute: Italic 
+ Foreground: Black | Background: Green | Attribute: Italic 
+ Foreground: Black | Background: Yellow | Attribute: Italic 
+ Foreground: Black | Background: Blue | Attribute: Italic 
+ Foreground: Black | Background: Magenta | Attribute: Italic 
+ Foreground: Black | Background: Cyan | Attribute: Italic 
+ Foreground: Black | Background: White | Attribute: Italic 
+ Foreground: Black | Background: Default | Attribute: Italic 
+ Foreground: Red | Background: Black | Attribute: Italic 
+ Foreground: Red | Background: Green | Attribute: Italic 
+ Foreground: Red | Background: Yellow | Attribute: Italic 
+ Foreground: Red | Background: Blue | Attribute: Italic 
+ Foreground: Red | Background: Magenta | Attribute: Italic 
+ Foreground: Red | Background: Cyan | Attribute: Italic 
+ Foreground: Red | Background: White | Attribute: Italic 
+ Foreground: Red | Background: Default | Attribute: Italic 
+ Foreground: Green | Background: Black | Attribute: Italic 
+ Foreground: Green | Background: Red | Attribute: Italic 
+ Foreground: Green | Background: Yellow | Attribute: Italic 
+ Foreground: Green | Background: Blue | Attribute: Italic 
+ Foreground: Green | Background: Magenta | Attribute: Italic 
+ Foreground: Green | Background: Cyan | Attribute: Italic 
+ Foreground: Green | Background: White | Attribute: Italic 
+ Foreground: Green | Background: Default | Attribute: Italic 
+ Foreground: Yellow | Background: Black | Attribute: Italic 
+ Foreground: Yellow | Background: Red | Attribute: Italic 
+ Foreground: Yellow | Background: Green | Attribute: Italic 
+ Foreground: Yellow | Background: Blue | Attribute: Italic 
+ Foreground: Yellow | Background: Magenta | Attribute: Italic 
+ Foreground: Yellow | Background: Cyan | Attribute: Italic 
+ Foreground: Yellow | Background: White | Attribute: Italic 
+ Foreground: Yellow | Background: Default | Attribute: Italic 
+ Foreground: Blue | Background: Black | Attribute: Italic 
+ Foreground: Blue | Background: Red | Attribute: Italic 
+ Foreground: Blue | Background: Green | Attribute: Italic 
+ Foreground: Blue | Background: Yellow | Attribute: Italic 
+ Foreground: Blue | Background: Magenta | Attribute: Italic 
+ Foreground: Blue | Background: Cyan | Attribute: Italic 
+ Foreground: Blue | Background: White | Attribute: Italic 
+ Foreground: Blue | Background: Default | Attribute: Italic 
+ Foreground: Magenta | Background: Black | Attribute: Italic 
+ Foreground: Magenta | Background: Red | Attribute: Italic 
+ Foreground: Magenta | Background: Green | Attribute: Italic 
+ Foreground: Magenta | Background: Yellow | Attribute: Italic 
+ Foreground: Magenta | Background: Blue | Attribute: Italic 
+ Foreground: Magenta | Background: Cyan | Attribute: Italic 
+ Foreground: Magenta | Background: White | Attribute: Italic 
+ Foreground: Magenta | Background: Default | Attribute: Italic 
+ Foreground: Cyan | Background: Black | Attribute: Italic 
+ Foreground: Cyan | Background: Red | Attribute: Italic 
+ Foreground: Cyan | Background: Green | Attribute: Italic 
+ Foreground: Cyan | Background: Yellow | Attribute: Italic 
+ Foreground: Cyan | Background: Blue | Attribute: Italic 
+ Foreground: Cyan | Background: Magenta | Attribute: Italic 
+ Foreground: Cyan | Background: White | Attribute: Italic 
+ Foreground: Cyan | Background: Default | Attribute: Italic 
+ Foreground: White | Background: Black | Attribute: Italic 
+ Foreground: White | Background: Red | Attribute: Italic 
+ Foreground: White | Background: Green | Attribute: Italic 
+ Foreground: White | Background: Yellow | Attribute: Italic 
+ Foreground: White | Background: Blue | Attribute: Italic 
+ Foreground: White | Background: Magenta | Attribute: Italic 
+ Foreground: White | Background: Cyan | Attribute: Italic 
+ Foreground: White | Background: Default | Attribute: Italic 
+ Foreground: Default | Background: Black | Attribute: Italic 
+ Foreground: Default | Background: Red | Attribute: Italic 
+ Foreground: Default | Background: Green | Attribute: Italic 
+ Foreground: Default | Background: Yellow | Attribute: Italic 
+ Foreground: Default | Background: Blue | Attribute: Italic 
+ Foreground: Default | Background: Magenta | Attribute: Italic 
+ Foreground: Default | Background: Cyan | Attribute: Italic 
+ Foreground: Default | Background: White | Attribute: Italic 
+ Foreground: Black | Background: Red | Attribute: Underline 
+ Foreground: Black | Background: Green | Attribute: Underline 
+ Foreground: Black | Background: Yellow | Attribute: Underline 
+ Foreground: Black | Background: Blue | Attribute: Underline 
+ Foreground: Black | Background: Magenta | Attribute: Underline 
+ Foreground: Black | Background: Cyan | Attribute: Underline 
+ Foreground: Black | Background: White | Attribute: Underline 
+ Foreground: Black | Background: Default | Attribute: Underline 
+ Foreground: Red | Background: Black | Attribute: Underline 
+ Foreground: Red | Background: Green | Attribute: Underline 
+ Foreground: Red | Background: Yellow | Attribute: Underline 
+ Foreground: Red | Background: Blue | Attribute: Underline 
+ Foreground: Red | Background: Magenta | Attribute: Underline 
+ Foreground: Red | Background: Cyan | Attribute: Underline 
+ Foreground: Red | Background: White | Attribute: Underline 
+ Foreground: Red | Background: Default | Attribute: Underline 
+ Foreground: Green | Background: Black | Attribute: Underline 
+ Foreground: Green | Background: Red | Attribute: Underline 
+ Foreground: Green | Background: Yellow | Attribute: Underline 
+ Foreground: Green | Background: Blue | Attribute: Underline 
+ Foreground: Green | Background: Magenta | Attribute: Underline 
+ Foreground: Green | Background: Cyan | Attribute: Underline 
+ Foreground: Green | Background: White | Attribute: Underline 
+ Foreground: Green | Background: Default | Attribute: Underline 
+ Foreground: Yellow | Background: Black | Attribute: Underline 
+ Foreground: Yellow | Background: Red | Attribute: Underline 
+ Foreground: Yellow | Background: Green | Attribute: Underline 
+ Foreground: Yellow | Background: Blue | Attribute: Underline 
+ Foreground: Yellow | Background: Magenta | Attribute: Underline 
+ Foreground: Yellow | Background: Cyan | Attribute: Underline 
+ Foreground: Yellow | Background: White | Attribute: Underline 
+ Foreground: Yellow | Background: Default | Attribute: Underline 
+ Foreground: Blue | Background: Black | Attribute: Underline 
+ Foreground: Blue | Background: Red | Attribute: Underline 
+ Foreground: Blue | Background: Green | Attribute: Underline 
+ Foreground: Blue | Background: Yellow | Attribute: Underline 
+ Foreground: Blue | Background: Magenta | Attribute: Underline 
+ Foreground: Blue | Background: Cyan | Attribute: Underline 
+ Foreground: Blue | Background: White | Attribute: Underline 
+ Foreground: Blue | Background: Default | Attribute: Underline 
+ Foreground: Magenta | Background: Black | Attribute: Underline 
+ Foreground: Magenta | Background: Red | Attribute: Underline 
+ Foreground: Magenta | Background: Green | Attribute: Underline 
+ Foreground: Magenta | Background: Yellow | Attribute: Underline 
+ Foreground: Magenta | Background: Blue | Attribute: Underline 
+ Foreground: Magenta | Background: Cyan | Attribute: Underline 
+ Foreground: Magenta | Background: White | Attribute: Underline 
+ Foreground: Magenta | Background: Default | Attribute: Underline 
+ Foreground: Cyan | Background: Black | Attribute: Underline 
+ Foreground: Cyan | Background: Red | Attribute: Underline 
+ Foreground: Cyan | Background: Green | Attribute: Underline 
+ Foreground: Cyan | Background: Yellow | Attribute: Underline 
+ Foreground: Cyan | Background: Blue | Attribute: Underline 
+ Foreground: Cyan | Background: Magenta | Attribute: Underline 
+ Foreground: Cyan | Background: White | Attribute: Underline 
+ Foreground: Cyan | Background: Default | Attribute: Underline 
+ Foreground: White | Background: Black | Attribute: Underline 
+ Foreground: White | Background: Red | Attribute: Underline 
+ Foreground: White | Background: Green | Attribute: Underline 
+ Foreground: White | Background: Yellow | Attribute: Underline 
+ Foreground: White | Background: Blue | Attribute: Underline 
+ Foreground: White | Background: Magenta | Attribute: Underline 
+ Foreground: White | Background: Cyan | Attribute: Underline 
+ Foreground: White | Background: Default | Attribute: Underline 
+ Foreground: Default | Background: Black | Attribute: Underline 
+ Foreground: Default | Background: Red | Attribute: Underline 
+ Foreground: Default | Background: Green | Attribute: Underline 
+ Foreground: Default | Background: Yellow | Attribute: Underline 
+ Foreground: Default | Background: Blue | Attribute: Underline 
+ Foreground: Default | Background: Magenta | Attribute: Underline 
+ Foreground: Default | Background: Cyan | Attribute: Underline 
+ Foreground: Default | Background: White | Attribute: Underline 
+ Foreground: Black | Background: Red | Attribute: Blink 
+ Foreground: Black | Background: Green | Attribute: Blink 
+ Foreground: Black | Background: Yellow | Attribute: Blink 
+ Foreground: Black | Background: Blue | Attribute: Blink 
+ Foreground: Black | Background: Magenta | Attribute: Blink 
+ Foreground: Black | Background: Cyan | Attribute: Blink 
+ Foreground: Black | Background: White | Attribute: Blink 
+ Foreground: Black | Background: Default | Attribute: Blink 
+ Foreground: Red | Background: Black | Attribute: Blink 
+ Foreground: Red | Background: Green | Attribute: Blink 
+ Foreground: Red | Background: Yellow | Attribute: Blink 
+ Foreground: Red | Background: Blue | Attribute: Blink 
+ Foreground: Red | Background: Magenta | Attribute: Blink 
+ Foreground: Red | Background: Cyan | Attribute: Blink 
+ Foreground: Red | Background: White | Attribute: Blink 
+ Foreground: Red | Background: Default | Attribute: Blink 
+ Foreground: Green | Background: Black | Attribute: Blink 
+ Foreground: Green | Background: Red | Attribute: Blink 
+ Foreground: Green | Background: Yellow | Attribute: Blink 
+ Foreground: Green | Background: Blue | Attribute: Blink 
+ Foreground: Green | Background: Magenta | Attribute: Blink 
+ Foreground: Green | Background: Cyan | Attribute: Blink 
+ Foreground: Green | Background: White | Attribute: Blink 
+ Foreground: Green | Background: Default | Attribute: Blink 
+ Foreground: Yellow | Background: Black | Attribute: Blink 
+ Foreground: Yellow | Background: Red | Attribute: Blink 
+ Foreground: Yellow | Background: Green | Attribute: Blink 
+ Foreground: Yellow | Background: Blue | Attribute: Blink 
+ Foreground: Yellow | Background: Magenta | Attribute: Blink 
+ Foreground: Yellow | Background: Cyan | Attribute: Blink 
+ Foreground: Yellow | Background: White | Attribute: Blink 
+ Foreground: Yellow | Background: Default | Attribute: Blink 
+ Foreground: Blue | Background: Black | Attribute: Blink 
+ Foreground: Blue | Background: Red | Attribute: Blink 
+ Foreground: Blue | Background: Green | Attribute: Blink 
+ Foreground: Blue | Background: Yellow | Attribute: Blink 
+ Foreground: Blue | Background: Magenta | Attribute: Blink 
+ Foreground: Blue | Background: Cyan | Attribute: Blink 
+ Foreground: Blue | Background: White | Attribute: Blink 
+ Foreground: Blue | Background: Default | Attribute: Blink 
+ Foreground: Magenta | Background: Black | Attribute: Blink 
+ Foreground: Magenta | Background: Red | Attribute: Blink 
+ Foreground: Magenta | Background: Green | Attribute: Blink 
+ Foreground: Magenta | Background: Yellow | Attribute: Blink 
+ Foreground: Magenta | Background: Blue | Attribute: Blink 
+ Foreground: Magenta | Background: Cyan | Attribute: Blink 
+ Foreground: Magenta | Background: White | Attribute: Blink 
+ Foreground: Magenta | Background: Default | Attribute: Blink 
+ Foreground: Cyan | Background: Black | Attribute: Blink 
+ Foreground: Cyan | Background: Red | Attribute: Blink 
+ Foreground: Cyan | Background: Green | Attribute: Blink 
+ Foreground: Cyan | Background: Yellow | Attribute: Blink 
+ Foreground: Cyan | Background: Blue | Attribute: Blink 
+ Foreground: Cyan | Background: Magenta | Attribute: Blink 
+ Foreground: Cyan | Background: White | Attribute: Blink 
+ Foreground: Cyan | Background: Default | Attribute: Blink 
+ Foreground: White | Background: Black | Attribute: Blink 
+ Foreground: White | Background: Red | Attribute: Blink 
+ Foreground: White | Background: Green | Attribute: Blink 
+ Foreground: White | Background: Yellow | Attribute: Blink 
+ Foreground: White | Background: Blue | Attribute: Blink 
+ Foreground: White | Background: Magenta | Attribute: Blink 
+ Foreground: White | Background: Cyan | Attribute: Blink 
+ Foreground: White | Background: Default | Attribute: Blink 
+ Foreground: Default | Background: Black | Attribute: Blink 
+ Foreground: Default | Background: Red | Attribute: Blink 
+ Foreground: Default | Background: Green | Attribute: Blink 
+ Foreground: Default | Background: Yellow | Attribute: Blink 
+ Foreground: Default | Background: Blue | Attribute: Blink 
+ Foreground: Default | Background: Magenta | Attribute: Blink 
+ Foreground: Default | Background: Cyan | Attribute: Blink 
+ Foreground: Default | Background: White | Attribute: Blink 
+ Foreground: Black | Background: Red | Attribute:RapidBlink 
+ Foreground: Black | Background: Green | Attribute:RapidBlink 
+ Foreground: Black | Background: Yellow | Attribute:RapidBlink 
+ Foreground: Black | Background: Blue | Attribute:RapidBlink 
+ Foreground: Black | Background: Magenta | Attribute:RapidBlink 
+ Foreground: Black | Background: Cyan | Attribute:RapidBlink 
+ Foreground: Black | Background: White | Attribute:RapidBlink 
+ Foreground: Black | Background: Default | Attribute:RapidBlink 
+ Foreground: Red | Background: Black | Attribute:RapidBlink 
+ Foreground: Red | Background: Green | Attribute:RapidBlink 
+ Foreground: Red | Background: Yellow | Attribute:RapidBlink 
+ Foreground: Red | Background: Blue | Attribute:RapidBlink 
+ Foreground: Red | Background: Magenta | Attribute:RapidBlink 
+ Foreground: Red | Background: Cyan | Attribute:RapidBlink 
+ Foreground: Red | Background: White | Attribute:RapidBlink 
+ Foreground: Red | Background: Default | Attribute:RapidBlink 
+ Foreground: Green | Background: Black | Attribute:RapidBlink 
+ Foreground: Green | Background: Red | Attribute:RapidBlink 
+ Foreground: Green | Background: Yellow | Attribute:RapidBlink 
+ Foreground: Green | Background: Blue | Attribute:RapidBlink 
+ Foreground: Green | Background: Magenta | Attribute:RapidBlink 
+ Foreground: Green | Background: Cyan | Attribute:RapidBlink 
+ Foreground: Green | Background: White | Attribute:RapidBlink 
+ Foreground: Green | Background: Default | Attribute:RapidBlink 
+ Foreground: Yellow | Background: Black | Attribute:RapidBlink 
+ Foreground: Yellow | Background: Red | Attribute:RapidBlink 
+ Foreground: Yellow | Background: Green | Attribute:RapidBlink 
+ Foreground: Yellow | Background: Blue | Attribute:RapidBlink 
+ Foreground: Yellow | Background: Magenta | Attribute:RapidBlink 
+ Foreground: Yellow | Background: Cyan | Attribute:RapidBlink 
+ Foreground: Yellow | Background: White | Attribute:RapidBlink 
+ Foreground: Yellow | Background: Default | Attribute:RapidBlink 
+ Foreground: Blue | Background: Black | Attribute:RapidBlink 
+ Foreground: Blue | Background: Red | Attribute:RapidBlink 
+ Foreground: Blue | Background: Green | Attribute:RapidBlink 
+ Foreground: Blue | Background: Yellow | Attribute:RapidBlink 
+ Foreground: Blue | Background: Magenta | Attribute:RapidBlink 
+ Foreground: Blue | Background: Cyan | Attribute:RapidBlink 
+ Foreground: Blue | Background: White | Attribute:RapidBlink 
+ Foreground: Blue | Background: Default | Attribute:RapidBlink 
+ Foreground: Magenta | Background: Black | Attribute:RapidBlink 
+ Foreground: Magenta | Background: Red | Attribute:RapidBlink 
+ Foreground: Magenta | Background: Green | Attribute:RapidBlink 
+ Foreground: Magenta | Background: Yellow | Attribute:RapidBlink 
+ Foreground: Magenta | Background: Blue | Attribute:RapidBlink 
+ Foreground: Magenta | Background: Cyan | Attribute:RapidBlink 
+ Foreground: Magenta | Background: White | Attribute:RapidBlink 
+ Foreground: Magenta | Background: Default | Attribute:RapidBlink 
+ Foreground: Cyan | Background: Black | Attribute:RapidBlink 
+ Foreground: Cyan | Background: Red | Attribute:RapidBlink 
+ Foreground: Cyan | Background: Green | Attribute:RapidBlink 
+ Foreground: Cyan | Background: Yellow | Attribute:RapidBlink 
+ Foreground: Cyan | Background: Blue | Attribute:RapidBlink 
+ Foreground: Cyan | Background: Magenta | Attribute:RapidBlink 
+ Foreground: Cyan | Background: White | Attribute:RapidBlink 
+ Foreground: Cyan | Background: Default | Attribute:RapidBlink 
+ Foreground: White | Background: Black | Attribute:RapidBlink 
+ Foreground: White | Background: Red | Attribute:RapidBlink 
+ Foreground: White | Background: Green | Attribute:RapidBlink 
+ Foreground: White | Background: Yellow | Attribute:RapidBlink 
+ Foreground: White | Background: Blue | Attribute:RapidBlink 
+ Foreground: White | Background: Magenta | Attribute:RapidBlink 
+ Foreground: White | Background: Cyan | Attribute:RapidBlink 
+ Foreground: White | Background: Default | Attribute:RapidBlink 
+ Foreground: Default | Background: Black | Attribute:RapidBlink 
+ Foreground: Default | Background: Red | Attribute:RapidBlink 
+ Foreground: Default | Background: Green | Attribute:RapidBlink 
+ Foreground: Default | Background: Yellow | Attribute:RapidBlink 
+ Foreground: Default | Background: Blue | Attribute:RapidBlink 
+ Foreground: Default | Background: Magenta | Attribute:RapidBlink 
+ Foreground: Default | Background: Cyan | Attribute:RapidBlink 
+ Foreground: Default | Background: White | Attribute:RapidBlink 
+ Foreground: Black | Background: Red | Attribute: Reverse 
+ Foreground: Black | Background: Green | Attribute: Reverse 
+ Foreground: Black | Background: Yellow | Attribute: Reverse 
+ Foreground: Black | Background: Blue | Attribute: Reverse 
+ Foreground: Black | Background: Magenta | Attribute: Reverse 
+ Foreground: Black | Background: Cyan | Attribute: Reverse 
+ Foreground: Black | Background: White | Attribute: Reverse 
+ Foreground: Black | Background: Default | Attribute: Reverse 
+ Foreground: Red | Background: Black | Attribute: Reverse 
+ Foreground: Red | Background: Green | Attribute: Reverse 
+ Foreground: Red | Background: Yellow | Attribute: Reverse 
+ Foreground: Red | Background: Blue | Attribute: Reverse 
+ Foreground: Red | Background: Magenta | Attribute: Reverse 
+ Foreground: Red | Background: Cyan | Attribute: Reverse 
+ Foreground: Red | Background: White | Attribute: Reverse 
+ Foreground: Red | Background: Default | Attribute: Reverse 
+ Foreground: Green | Background: Black | Attribute: Reverse 
+ Foreground: Green | Background: Red | Attribute: Reverse 
+ Foreground: Green | Background: Yellow | Attribute: Reverse 
+ Foreground: Green | Background: Blue | Attribute: Reverse 
+ Foreground: Green | Background: Magenta | Attribute: Reverse 
+ Foreground: Green | Background: Cyan | Attribute: Reverse 
+ Foreground: Green | Background: White | Attribute: Reverse 
+ Foreground: Green | Background: Default | Attribute: Reverse 
+ Foreground: Yellow | Background: Black | Attribute: Reverse 
+ Foreground: Yellow | Background: Red | Attribute: Reverse 
+ Foreground: Yellow | Background: Green | Attribute: Reverse 
+ Foreground: Yellow | Background: Blue | Attribute: Reverse 
+ Foreground: Yellow | Background: Magenta | Attribute: Reverse 
+ Foreground: Yellow | Background: Cyan | Attribute: Reverse 
+ Foreground: Yellow | Background: White | Attribute: Reverse 
+ Foreground: Yellow | Background: Default | Attribute: Reverse 
+ Foreground: Blue | Background: Black | Attribute: Reverse 
+ Foreground: Blue | Background: Red | Attribute: Reverse 
+ Foreground: Blue | Background: Green | Attribute: Reverse 
+ Foreground: Blue | Background: Yellow | Attribute: Reverse 
+ Foreground: Blue | Background: Magenta | Attribute: Reverse 
+ Foreground: Blue | Background: Cyan | Attribute: Reverse 
+ Foreground: Blue | Background: White | Attribute: Reverse 
+ Foreground: Blue | Background: Default | Attribute: Reverse 
+ Foreground: Magenta | Background: Black | Attribute: Reverse 
+ Foreground: Magenta | Background: Red | Attribute: Reverse 
+ Foreground: Magenta | Background: Green | Attribute: Reverse 
+ Foreground: Magenta | Background: Yellow | Attribute: Reverse 
+ Foreground: Magenta | Background: Blue | Attribute: Reverse 
+ Foreground: Magenta | Background: Cyan | Attribute: Reverse 
+ Foreground: Magenta | Background: White | Attribute: Reverse 
+ Foreground: Magenta | Background: Default | Attribute: Reverse 
+ Foreground: Cyan | Background: Black | Attribute: Reverse 
+ Foreground: Cyan | Background: Red | Attribute: Reverse 
+ Foreground: Cyan | Background: Green | Attribute: Reverse 
+ Foreground: Cyan | Background: Yellow | Attribute: Reverse 
+ Foreground: Cyan | Background: Blue | Attribute: Reverse 
+ Foreground: Cyan | Background: Magenta | Attribute: Reverse 
+ Foreground: Cyan | Background: White | Attribute: Reverse 
+ Foreground: Cyan | Background: Default | Attribute: Reverse 
+ Foreground: White | Background: Black | Attribute: Reverse 
+ Foreground: White | Background: Red | Attribute: Reverse 
+ Foreground: White | Background: Green | Attribute: Reverse 
+ Foreground: White | Background: Yellow | Attribute: Reverse 
+ Foreground: White | Background: Blue | Attribute: Reverse 
+ Foreground: White | Background: Magenta | Attribute: Reverse 
+ Foreground: White | Background: Cyan | Attribute: Reverse 
+ Foreground: White | Background: Default | Attribute: Reverse 
+ Foreground: Default | Background: Black | Attribute: Reverse 
+ Foreground: Default | Background: Red | Attribute: Reverse 
+ Foreground: Default | Background: Green | Attribute: Reverse 
+ Foreground: Default | Background: Yellow | Attribute: Reverse 
+ Foreground: Default | Background: Blue | Attribute: Reverse 
+ Foreground: Default | Background: Magenta | Attribute: Reverse 
+ Foreground: Default | Background: Cyan | Attribute: Reverse 
+ Foreground: Default | Background: White | Attribute: Reverse 
+ Foreground: Black | Background: Red | Attribute: None 
+ Foreground: Black | Background: Green | Attribute: None 
+ Foreground: Black | Background: Yellow | Attribute: None 
+ Foreground: Black | Background: Blue | Attribute: None 
+ Foreground: Black | Background: Magenta | Attribute: None 
+ Foreground: Black | Background: Cyan | Attribute: None 
+ Foreground: Black | Background: White | Attribute: None 
+ Foreground: Black | Background: Default | Attribute: None 
+ Foreground: Red | Background: Black | Attribute: None 
+ Foreground: Red | Background: Green | Attribute: None 
+ Foreground: Red | Background: Yellow | Attribute: None 
+ Foreground: Red | Background: Blue | Attribute: None 
+ Foreground: Red | Background: Magenta | Attribute: None 
+ Foreground: Red | Background: Cyan | Attribute: None 
+ Foreground: Red | Background: White | Attribute: None 
+ Foreground: Red | Background: Default | Attribute: None 
+ Foreground: Green | Background: Black | Attribute: None 
+ Foreground: Green | Background: Red | Attribute: None 
+ Foreground: Green | Background: Yellow | Attribute: None 
+ Foreground: Green | Background: Blue | Attribute: None 
+ Foreground: Green | Background: Magenta | Attribute: None 
+ Foreground: Green | Background: Cyan | Attribute: None 
+ Foreground: Green | Background: White | Attribute: None 
+ Foreground: Green | Background: Default | Attribute: None 
+ Foreground: Yellow | Background: Black | Attribute: None 
+ Foreground: Yellow | Background: Red | Attribute: None 
+ Foreground: Yellow | Background: Green | Attribute: None 
+ Foreground: Yellow | Background: Blue | Attribute: None 
+ Foreground: Yellow | Background: Magenta | Attribute: None 
+ Foreground: Yellow | Background: Cyan | Attribute: None 
+ Foreground: Yellow | Background: White | Attribute: None 
+ Foreground: Yellow | Background: Default | Attribute: None 
+ Foreground: Blue | Background: Black | Attribute: None 
+ Foreground: Blue | Background: Red | Attribute: None 
+ Foreground: Blue | Background: Green | Attribute: None 
+ Foreground: Blue | Background: Yellow | Attribute: None 
+ Foreground: Blue | Background: Magenta | Attribute: None 
+ Foreground: Blue | Background: Cyan | Attribute: None 
+ Foreground: Blue | Background: White | Attribute: None 
+ Foreground: Blue | Background: Default | Attribute: None 
+ Foreground: Magenta | Background: Black | Attribute: None 
+ Foreground: Magenta | Background: Red | Attribute: None 
+ Foreground: Magenta | Background: Green | Attribute: None 
+ Foreground: Magenta | Background: Yellow | Attribute: None 
+ Foreground: Magenta | Background: Blue | Attribute: None 
+ Foreground: Magenta | Background: Cyan | Attribute: None 
+ Foreground: Magenta | Background: White | Attribute: None 
+ Foreground: Magenta | Background: Default | Attribute: None 
+ Foreground: Cyan | Background: Black | Attribute: None 
+ Foreground: Cyan | Background: Red | Attribute: None 
+ Foreground: Cyan | Background: Green | Attribute: None 
+ Foreground: Cyan | Background: Yellow | Attribute: None 
+ Foreground: Cyan | Background: Blue | Attribute: None 
+ Foreground: Cyan | Background: Magenta | Attribute: None 
+ Foreground: Cyan | Background: White | Attribute: None 
+ Foreground: Cyan | Background: Default | Attribute: None 
+ Foreground: White | Background: Black | Attribute: None 
+ Foreground: White | Background: Red | Attribute: None 
+ Foreground: White | Background: Green | Attribute: None 
+ Foreground: White | Background: Yellow | Attribute: None 
+ Foreground: White | Background: Blue | Attribute: None 
+ Foreground: White | Background: Magenta | Attribute: None 
+ Foreground: White | Background: Cyan | Attribute: None 
+ Foreground: White | Background: Default | Attribute: None 
+ Foreground: Default | Background: Black | Attribute: None 
+ Foreground: Default | Background: Red | Attribute: None 
+ Foreground: Default | Background: Green | Attribute: None 
+ Foreground: Default | Background: Yellow | Attribute: None 
+ Foreground: Default | Background: Blue | Attribute: None 
+ Foreground: Default | Background: Magenta | Attribute: None 
+ Foreground: Default | Background: Cyan | Attribute: None 
+ Foreground: Default | Background: White | Attribute: None