From: Michael D. Lowis Date: Sun, 3 Nov 2019 03:29:04 +0000 (-0400) Subject: fixed man output X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=fac6a90b1430b280f02ab5711fcb04099ff634b2;p=projs%2Ftide.git fixed man output --- diff --git a/src/fetch.c b/src/fetch.c index eb8ef02..3b15297 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -63,7 +63,7 @@ static Rule*** BuiltinRules = (Rule**[]){ (Rule*[]){ /* Open man pages in a tide window */ &(Rule){ ISSET, "BROWSER", NULL }, &(Rule){ MATCHES, "data", "(.+)\\(([0-9]+)\\)" }, - &(Rule){ LAUNCH, "man -Pcat $M2 \"$M1\" | tide -", NULL }, + &(Rule){ LAUNCH, "man -Pcat $M2 \"$M1\" | col -b | tide -", NULL }, &(Rule){ COMPLETE, NULL, NULL } }, (Rule*[]){ /* If it's an existing directory, open it with system default */