aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dequis <dx@dxzone.com.ar>2009-06-24 17:03:19 -0300
committerGravatar Dequis <dx@dxzone.com.ar>2009-06-24 17:03:19 -0300
commitfe84c1bdb490a3301e3a1ecdf5f7193e61216e7a (patch)
treecbc666b2f59ddca4e4ce4aaee0db24cabe06ed96 /README
parent9b2d2e9c077408cd7facdebedb55570b7bd2d1b5 (diff)
Two little fixes in README
Clarification about race conditions and Uzbl object Change get <key> to print @<key> and remove TODO
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 478b0e4..a4f6d9f 100644
--- a/README
+++ b/README
@@ -95,8 +95,8 @@ The following commands are recognized:
- used for changing variables on the fly
- the changes are effective immediately; for example, setting the variable `uri` will make uzbl start loading, and changing `status_format` will make the status bar react immediately
- if you want to unset a string, use `set` with one space after the equals sign
-* `get <key>`
- - use this to print the value of a variable. (and TODO, get the value through the socket)
+* `print @<key>`
+ - use this to print the value of a variable.
* `bind <string> = <command>`
- sets the character sequence `<string>` to invoke `<command>` when typed interactively in uzbl
- there are a few tricks you can do:
@@ -163,7 +163,7 @@ The following commands are recognized:
### JAVASCRIPT HELPER OBJECT
-Javascript code run from uzbl is given a special object in the global namespace which gives special privileges to these scripts. This object is called `Uzbl`, and it is added and removed before and after the script execution so that it is hidden to web javascripts.
+Javascript code run from uzbl is given a special object in the global namespace which gives special privileges to these scripts. This object is called `Uzbl`, and it is added and removed before and after the script execution so that it is hidden to web javascripts (There is no race condition, since all the javascript code runs in a single thread)
Currently, the `Uzbl` object provides only one function: