]> git.mdlowis.com Git - projs/tide.git/commitdiff
fixed man output
authorMichael D. Lowis <mike@mdlowis.com>
Sun, 3 Nov 2019 03:29:04 +0000 (23:29 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Sun, 3 Nov 2019 03:29:04 +0000 (23:29 -0400)
src/fetch.c

index eb8ef02cc8d561be8583e7df5dcb2a9e8a0e4543..3b15297591be6468e7cf18f5c7f4aaa7a64424ca 100644 (file)
@@ -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 */