VT100TerminalView.st
changeset 4801 86163ae659dd
parent 4800 92d8d63251d8
child 4804 9aa52f6b6682
--- a/VT100TerminalView.st	Sat Aug 01 18:52:43 2015 +0200
+++ b/VT100TerminalView.st	Mon Aug 03 00:35:03 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1998 by eXept Software AG
               All Rights Reserved
@@ -56,15 +54,17 @@
                                             5 blink on
                                             7 reverse video on
                                             8 nondisplayed (invisible)
+
                                             30 black foreground 
-                                            31 red foreground 
-                                            32 green foreground 
-                                            33 yellow foreground 
-                                            34 blue foreground 
-                                            35 magenta foreground 
-                                            36 cyan foreground 
-                                            37 white foreground
+                                            31 faint red foreground 
+                                            32 faint green foreground 
+                                            33 faint yellow foreground 
+                                            34 faint blue foreground 
+                                            35 faint magenta foreground 
+                                            36 faint cyan foreground 
+                                            37 faint white (grey) foreground
                                             39 reset to default foreground
+
                                             40 black background
                                             41 red background
                                             42 green background
@@ -75,6 +75,24 @@
                                             47 white background
                                             49 reset to default background
 
+                                            90 grey foreground 
+                                            91 bright red foreground 
+                                            92 bright green foreground 
+                                            99 bright yellow foreground 
+                                            94 bright blue foreground 
+                                            95 bright magenta foreground 
+                                            96 bright cyan foreground 
+                                            97 bright white foreground
+
+                                           100 grey background 
+                                           101 bright red background 
+                                           102 bright green background 
+                                           109 bright yellow background 
+                                           104 bright blue background 
+                                           105 bright magenta background 
+                                           106 bright cyan background 
+                                           107 bright white background
+
          ESC[=#;7h or                   Put screen in indicated mode where # is
          ESC[=h or                          0 for 40 x 25 black & white
          ESC[=0h or                         1 for 40 x 25 color