Added a function to call settings_init with an arbitrary config file as an argument...
authorBarrucadu <mike@barrucadu.co.uk>
Sun, 17 May 2009 14:58:24 +0000 (15:58 +0100)
committerBarrucadu <mike@barrucadu.co.uk>
Sun, 17 May 2009 14:58:24 +0000 (15:58 +0100)
commit9a9eb036bcd95ac1cdc91433849d9cb3aa4d5c05
tree067371f425006aea17ec2972607b458ceb56cac6
parent8c4c9681b72632356094beece7f844633a2f4922
Added a function to call settings_init with an arbitrary config file as an argument. Allows bindings like this:
bind c  = config # reload config file
bind C_ = config %s # load config file '%s'
examples/configs/sampleconfig
examples/configs/sampleconfig-dev
uzbl.c
uzbl.h