From fac6a90b1430b280f02ab5711fcb04099ff634b2 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Sat, 2 Nov 2019 23:29:04 -0400 Subject: [PATCH] fixed man output --- src/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.52.0