shithub: werc

Download patch

ref: 0ca2db0d7ff553cc17c835e71f868e9beac8c84d
parent: 468420612795fa8103145999562536abbd804c86
author: Stanley Lieber <sl@stanleylieber.com>
date: Fri Jun 12 15:30:22 EDT 2020

apps/wman/app.rc: remove ssam dependency. junk characters no longer printed.

--- a/apps/wman/app.rc
+++ b/apps/wman/app.rc
@@ -81,7 +81,6 @@
 fn wman_default_out_filter {
 	# col -x syntax is the same for UNIX and Plan 9.
     escape_html \
-    | ssam 'x/[a-z]+-\n[ ]+[a-z]+\([0-9]\)/s/\n[ ]+//' \
     | sed 's!([\.\-a-zA-Z0-9]+)\(('^`{echo $wman_cat_list|tr ' ' '|'}^')\)!<a href="../\2/\1">&</a>!g' \
     | awk '/^$/ {if(n != 1) print; n=1; next} /./ {n=0; print}' \
     | col -x
--