Document the new color handling. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit d74b869b89dac075e6311e4ccceb72cd772f6e32
 (DIR) parent 6ab6db97916898603a66936b27b3b701ee90da29
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Mon, 15 Aug 2016 00:25:26 -0500
       
       Document the new color handling.
       
       Diffstat:
         doc/sam.1                           |      12 ++++++++++--
       
       1 file changed, 10 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/doc/sam.1 b/doc/sam.1
       @@ -956,12 +956,20 @@ and
        are hexadecimal digits describing the red, green, and blue components of the color, respectively.
        By default, this is the string
        .Dq black "."
       -.It Ev BACKGROUND
       +.It Ev BORDER
        As
        .Ev FOREGROUND ","
       -but describing the background color used to draw the terminal.
       +but describing the color used to draw borders.
       +.It Ev BACKGROUND
       +A colon-separated sequence of color descriptions as in
       +.Ev FOREGROUND ","
       +but describing the background color.
        By default, this is the string
        .Dq white "."
       +If multiple colors are specified,
       +.Nm
       +will cycle through this list when opening new files.
       +Note that the command text will use the first color specified.
        .It Ev FONT
        A string representing a
        .Xr fc-match 1