Changes

Jump to navigation Jump to search
123 bytes added ,  19:48, 5 May 2014
Line 310: Line 310:  
sequence:
 
sequence:
   −
screen          Rest of the screen
+
* screen          Rest of the screen
border          Border area
+
* border          Border area
title          Title bar
+
* title          Title bar
unsel          Unselected menu item
+
* unsel          Unselected menu item
hotkey          Unselected hotkey
+
* hotkey          Unselected hotkey
sel            Selection bar
+
* sel            Selection bar
hotsel          Selected hotkey
+
* hotsel          Selected hotkey
disabled Disabled menu item
+
* disabled Disabled menu item
scrollbar      Scroll bar
+
* scrollbar      Scroll bar
tabmsg          Press [Tab] message
+
* tabmsg          Press [Tab] message
cmdmark        Command line marker
+
* cmdmark        Command line marker
cmdline        Command line
+
* cmdline        Command line
pwdborder      Password box border
+
* pwdborder      Password box border
pwdheader      Password box header
+
* pwdheader      Password box header
pwdentry        Password box contents
+
* pwdentry        Password box contents
timeout_msg    Timeout message
+
* timeout_msg    Timeout message
timeout        Timeout counter
+
* timeout        Timeout counter
help Help text
+
* help Help text
msgXX Message (F-key) file attribute XX
+
* msgXX Message (F-key) file attribute XX
    
... where XX is two hexadecimal digits (the "plain text" is 07).
 
... where XX is two hexadecimal digits (the "plain text" is 07).
Line 335: Line 335:  
Graphics Rendition (<ESC>[m) sequences:
 
Graphics Rendition (<ESC>[m) sequences:
   −
0    reset all attributes to their defaults
+
1    set bold
+
* 0    reset all attributes to their defaults
4    set underscore (simulated with color on a color display)
+
* 1    set bold
5    set blink
+
* 4    set underscore (simulated with color on a color display)
7    set reverse video
+
* 5    set blink
22    set normal intensity
+
* 7    set reverse video
24    underline off
+
* 22    set normal intensity
25    blink off
+
* 24    underline off
27    reverse video off
+
* 25    blink off
30    set black foreground
+
* 27    reverse video off
31    set red foreground
+
* 30    set black foreground
32    set green foreground
+
* 31    set red foreground
33    set brown foreground
+
* 32    set green foreground
34    set blue foreground
+
* 33    set brown foreground
35    set magenta foreground
+
* 34    set blue foreground
36    set cyan foreground
+
* 35    set magenta foreground
37    set white foreground
+
* 36    set cyan foreground
38    set underscore on, set default foreground color
+
* 37    set white foreground
39    set underscore off, set default foreground color
+
* 38    set underscore on, set default foreground color
40    set black background
+
* 39    set underscore off, set default foreground color
41    set red background
+
* 40    set black background
42    set green background
+
* 41    set red background
43    set brown background
+
* 42    set green background
44    set blue background
+
* 43    set brown background
45    set magenta background
+
* 44    set blue background
46    set cyan background
+
* 45    set magenta background
47    set white background
+
* 46    set cyan background
49    set default background color
+
* 47    set white background
 +
* 49    set default background color
    
These are used (a) in text mode, and (b) on the serial
 
These are used (a) in text mode, and (b) on the serial
Line 373: Line 374:  
white.
 
white.
   −
"shadow" controls the handling of the graphical console text
+
"shadow" controls the handling of the graphical console text shadow.  Permitted values are "none" (no shadowing), "std" or "standard" (standard shadowing - foreground pixels are raised), "all" (both background and foreground raised), and "rev" or "reverse" (background pixels are raised.)
shadow.  Permitted values are "none" (no shadowing), "std" or
  −
"standard" (standard shadowing - foreground pixels are
  −
raised), "all" (both background and foreground raised), and
  −
"rev" or "reverse" (background pixels are raised.)
     −
If any field is set to "*" or omitted (at the end of the line)
+
If any field is set to "*" or omitted (at the end of the line) then that field is left unchanged.
then that field is left unchanged.
      +
The current defaults are:
   −
The current defaults are:
+
* menu color screen 37;40      #80ffffff #00000000 std
 
+
* menu color border 30;44      #40000000 #00000000 std
menu color screen 37;40      #80ffffff #00000000 std
+
* menu color title 1;36;44    #c00090f0 #00000000 std
menu color border 30;44      #40000000 #00000000 std
+
* menu color unsel 37;44      #90ffffff #00000000 std
menu color title 1;36;44    #c00090f0 #00000000 std
+
* menu color hotkey 1;37;44    #ffffffff #00000000 std
menu color unsel 37;44      #90ffffff #00000000 std
+
* menu color sel 7;37;40    #e0000000 #20ff8000 all
menu color hotkey 1;37;44    #ffffffff #00000000 std
+
* menu color hotsel 1;7;37;40  #e0400000 #20ff8000 all
menu color sel 7;37;40    #e0000000 #20ff8000 all
+
* menu color disabled 1;30;44    #60cccccc #00000000 std
menu color hotsel 1;7;37;40  #e0400000 #20ff8000 all
+
* menu color scrollbar 30;44      #40000000 #00000000 std
menu color disabled 1;30;44    #60cccccc #00000000 std
+
* menu color tabmsg 31;40      #90ffff00 #00000000 std
menu color scrollbar 30;44      #40000000 #00000000 std
+
* menu color cmdmark 1;36;40    #c000ffff #00000000 std
menu color tabmsg 31;40      #90ffff00 #00000000 std
+
* menu color cmdline 37;40      #c0ffffff #00000000 std
menu color cmdmark 1;36;40    #c000ffff #00000000 std
+
* menu color pwdborder 30;47      #80ffffff #20ffffff std
menu color cmdline 37;40      #c0ffffff #00000000 std
+
* menu color pwdheader 31;47      #80ff8080 #20ffffff std
menu color pwdborder 30;47      #80ffffff #20ffffff std
+
* menu color pwdentry 30;47      #80ffffff #20ffffff std
menu color pwdheader 31;47      #80ff8080 #20ffffff std
+
* menu color timeout_msg 37;40      #80ffffff #00000000 std
menu color pwdentry 30;47      #80ffffff #20ffffff std
+
* menu color timeout 1;37;40    #c0ffffff #00000000 std
menu color timeout_msg 37;40      #80ffffff #00000000 std
+
* menu color help 37;40      #c0ffffff #00000000 std
menu color timeout 1;37;40    #c0ffffff #00000000 std
+
* menu color msg07 37;40      #90ffffff #00000000 std
menu color help 37;40      #c0ffffff #00000000 std
  −
menu color msg07 37;40      #90ffffff #00000000 std
  −
 
      
=== MENU MSGCOLOR fg_filter bg_filter shadow ===
 
=== MENU MSGCOLOR fg_filter bg_filter shadow ===

Navigation menu