swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit bd050bd594972f398da80c43af13fc4a5c9837f3
parent be3f460c8831c4e9aad67464dec02d08d127acda
Author: uriel@localhost.localdomain <unknown>
Date:   Sat, 28 Jun 2008 05:06:52 +0200

Fix dirfilter to so files with dots in name are displayed
Diffstat:
Mbin/controller.rc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/controller.rc b/bin/controller.rc @@ -26,7 +26,7 @@ fn gentitle { } # Don't change var name or trailing ';', some dirs change the filter! -dirfilter = '/\/[._]/d; s,^\./,,; s,\.md$,,; s,\.html,,;' +dirfilter = '/\/[._]/d; s,^\.\.*/,.,; s,\.md$,,; s,\.html,,;' # Sidebar fn menu {