tdisable ANSI codes by default now that there is a -a option - webdump - [FORK] git://git.codemadness.org/webdump
(HTM) git clone git://git.z3bra.org/webdump.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 99cb10c132f2adfc1616798f67f57e65cfd0ef65
(DIR) parent a0989953b412e2baa791c9e64f4ebdcbf0e0ab33
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 29 Nov 2019 15:06:58 +0100
disable ANSI codes by default now that there is a -a option
Diffstat:
M webdump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/webdump.c b/webdump.c
t@@ -32,7 +32,7 @@ struct uri {
};
/* options */
-static int allowansi = 1; /* allow ANSI escape codes */
+static int allowansi = 0; /* allow ANSI escape codes */
static int showlinkrefs = 0; /* show link references at the bottom */
static int softlinewrap = 0; /* soft line-wrapping */
static int termwidth = 72; /* terminal width */