summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-04-04 10:53:18 -0300
committermongo <mongo@iomega>2016-04-04 10:53:18 -0300
commitf8e20f3aa0f3938fb4ad4fa6c60a45d5c458b383 (patch)
tree3d451441062618f466b127196882810beff6ef8b
parent0091f5263aebdfefcdeae4a3fa12596f677f3289 (diff)
Change in redefine_color doc
-rw-r--r--src/doc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/doc b/src/doc
index 84e38c5..f173134 100644
--- a/src/doc
+++ b/src/doc
@@ -553,7 +553,11 @@ Commands for handling cell content:
your terminal shall support 256 colors. One for example is TERM=xterm-256color.
should link to ncursesw library and not the common ncurses library.
Example of use: :redefine_color "RED" 700 100 100
-
+ If you want this to take effect every time you start SC-IM, you can store this command in your $HOME/.scimrc adding:
+ REDEFINE_COLOR "RED" 700 100 100
+
+ You can also redefine the BLACK color, changing the default background color of SC-IM.
+
:lock Use this command to lock the current cell or a range of cells, i.e. make them immune to any type of editing. A locked cell can't be changed in any way until it is unlocked.
:unlock This command is the opposite of the :lock command and thus unlocks a locked cell and makes it editable.