From c225f75cc8392d933fec73889728b1beec3228e7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 16 Nov 2020 18:27:37 +0200 Subject: minor changes - all sequences now go through a wrapper. - added PF_COLOR to enable/disable colors in output. - etc, etc. Closes #89 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0c4dac0..fe0fae8 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,11 @@ PF_SOURCE="" # Valid: string PF_SEP=":" +# Enable/Disable colors in output: +# Default: 1 +# Valid: 1 (enabled), 0 (disabled) +PF_COLOR=1 + # Color of info names: # Default: unset (auto) # Valid: 0-9 -- cgit v1.2.3