summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamas TEVESZ <ice@extreme.hu>2017-02-12 14:54:08 +0100
committerTamas TEVESZ <ice@extreme.hu>2017-02-12 14:54:08 +0100
commitd87440ab26eaae23dd95314137bb30f0f0a53eee (patch)
tree8f8861ce2943f96ba5fc5ce43af36e913a6b13e1
parent9b36f918e7ec9f2752dfb320e6524adaab3be154 (diff)
Fix up doc after PR/132
-rw-r--r--src/doc15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/doc b/src/doc
index 351ce3f..04f978a 100644
--- a/src/doc
+++ b/src/doc
@@ -603,7 +603,7 @@ Commands for handling cell content:
Apply a left padding {spaces} characters in width to a column.
If a range selected, pad the columns inside that range.
- :color {key}={arg} ..
+ :color "{key}={arg} .."
Change a color definition.
{key} is one of the following:
@@ -621,29 +621,20 @@ Commands for handling cell content:
The value of other parameters are booleans, 1 or 0.
- Example: :color type=HEADINGS bold=0 fg=BLACK bg=YELLOW
+ Example: :color "type=HEADINGS bold=0 fg=BLACK bg=YELLOW"
Colors can be set at runtime or specified in:
a. the .scimrc file stored in $HOME
b. the current .sc file.
- Note that the arguments to the color command, when specified
- in a file, must be fully quoted, i.e.:
-
color "type=HEADINGS fg=WHITE bg=CYAN"
- :cellcolor {key}={arg} ..
+ :cellcolor "{key}={arg} .."
Change the color of the current cell or range.
Example: :cellcolor "bg=CYAN fg=WHITE"
:cellcolor "fg=RED bold=1 underline=1"
:cellcolor A2:A6 "fg=CYAN bold=1 underline=1"
- Note that the arguments to the cellcolor command, when specified
- in a file, must include a cell or cell range specification, and
- the color specification must be fully quoted, i.e.:
-
- cellcolor A0 "fg=WHITE bg=CYAN"
-
:redefine_color "{color}" {R} {G} {B}
Change the RGB values of the colors defined by ncurses.
RGB values range from 0 to 1000.