aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Tom Adams <tom@holizz.com>2009-07-19 19:24:43 +0100
committerGravatar Tom Adams <tom@holizz.com>2009-07-19 19:32:04 +0100
commit6618dc4cb5cbc2746aed7a256e19d72788db2d23 (patch)
tree00dec9708848ee70c0e755a8eccac80b3aa95347 /README
parentc6a547ee9525666eca133242939757f658db3e9c (diff)
Added scheme_handler callback.
Conflicts: uzbl.c uzbl.h
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index d73bab1..73b99fd 100644
--- a/README
+++ b/README
@@ -198,6 +198,7 @@ Some variables have callback functions which will get called after setting the v
- download_handler
- cookie_handler
- new_window: handler to execute to invoke new uzbl window (TODO better name)
+ - scheme_handler: handler to be executed for all URIs not of the http/https/data schema
- fifo_dir: location to store fifo's
- socket_dir: location to store sockets
- http_debug: http debug mode (value 0-3)