swerc

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

commit 2be145c34227226a55eab1ce4013d57fe1d38f2f
parent 5d6d0e2dbbf6d100a85f746d9498b25fcabe44fe
Author: uriel@soma <unknown>
Date:   Mon,  9 Mar 2009 22:16:11 +0000

Remove add_synth_paths function, not really needed, can manipulate variable directly for now.
Diffstat:
Mbin/corehandlers.rc | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/bin/corehandlers.rc b/bin/corehandlers.rc @@ -1,10 +1,5 @@ # Werc builtin handlers -# API -fn add_synth_paths { - synth_paths=($synth_paths $conf_wd^$*) -} - fn nav_tree { if(! ~ $#sideBarNavTitle 0) echo '<p class="sideBarTitle">'$"sideBarNavTitle':</p>'