diff options
author | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-08-03 07:58:15 +0200 |
---|---|---|
committer | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-08-03 07:58:15 +0200 |
commit | 9a9778bdee4404d7c71e8203cc968e98384b74a7 (patch) | |
tree | 3f111824df30634bff937762f9c70f880e8691c3 | |
parent | faee2c1ee7178c4987901ca1ec4a1dc44bcfb1b0 (diff) | |
download | hl-9a9778bdee4404d7c71e8203cc968e98384b74a7.zip hl-9a9778bdee4404d7c71e8203cc968e98384b74a7.tar.gz hl-9a9778bdee4404d7c71e8203cc968e98384b74a7.tar.bz2 |
Deleted obsolete file cr_doc.txt
-rw-r--r-- | src/cr_doc.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/cr_doc.txt b/src/cr_doc.txt deleted file mode 100644 index 4cb99b8..0000000 --- a/src/cr_doc.txt +++ /dev/null @@ -1,19 +0,0 @@ -# -# @(#) [MB] cr_doc.txt Version 1.1 du 14/12/29 - -# - -Syntaxe : - colorize -rgbycmw expr ... - -r : colorize in red - -g : colorize in green - -b : colorize in blue - -y : colorize in yellow - -c : colorize in cyan - -m : colorize in magenta - -w : colorize in high white - - expr : - text - ^.*text.*$ - text\P : colorize until the end of the paragraph - (until next empty line of EOF) |