aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-12 14:10:22 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-12 14:10:22 +0100
commit5de2e430068083e7514fa8045b791f8d2f6b8597 (patch)
treef768b0909e8cf4d749427787d0c41b347df53974 /README
parent0e0fba1fcf5372cf67d9dfa5d6817b2e225709d7 (diff)
added COMMAND_ERROR event
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index e751d42..e3e22ea 100644
--- a/README
+++ b/README
@@ -453,6 +453,7 @@ Basically all events have this format:
- `EVENT [uzbl_instance_name] INSTANCE_EXIT process_id`: uzbl shutdown
- `EVENT [uzbl_instance_name] VARIABLE_SET variable_name str|int|float variable_value`. Note: str|int|float denote the type of variable_value
- `EVENT [uzbl_instance_name] COMMAND_EXECUTED command_name optional_command_arguments`
+ - `EVENT [uzbl_instance_name] COMMAND_ERROR command`
- `EVENT [uzbl_instance_name] GEOMETRY_CHANGED WIDTHxHEIGHT+X_POSITION+Y_POSITION`: when the size or position of the uzbl window changes
- `EVENT [uzbl_instance_name] FIFO_SET path_to_fifo`
- `EVENT [uzbl_instance_name] SOCKET_SET path_to_socket`
@@ -460,6 +461,7 @@ Basically all events have this format:
- `EVENT [uzbl_instance_name] LOAD_START uri`
- `EVENT [uzbl_instance_name] LOAD_FINISHED uri`
- `EVENT [uzbl_instance_name] LOAD_ERROR reason_of_error`
+ - `EVENT [uzbl_instance_name] LOAD_PROGRESS percentage` : while the page is loading
- `EVENT [uzbl_instance_name] TITLE_CHANGED title_name`: when the title of the webpage (and hence maybe, the window title) changed
- `EVENT [uzbl_instance_name] DOWNLOAD_REQUEST download_uri`: when content needs to be downloaded
- `EVENT [uzbl_instance_name] LINK_HOVER uri`: mouse hovers over a link