aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-24 18:07:05 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-24 18:07:05 +0100
commit9df2f2bbd494c5de999bf48c799bd80265ffc664 (patch)
tree2627acf4d0a4ad8dc8be84d84587b0034dc6c96e /README
parent9ba4d001606f8fe42a58418b3141ec5bd2de3a0f (diff)
Merged sentientswitch's branch.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index 7980486..a771e03 100644
--- a/README
+++ b/README
@@ -1,10 +1,17 @@
Control:
- FIFO opened in /tmp/uzbl_pid
- - 'forward', 'back', 'http://www.blah.com', are the supported commands.
+ - Commands are now grouped by function:
+ nav forward
+ nav back
+ nav reload
+ nav stop
+ view zoom +
+ view zoom -
Bugs:
- Segfault occurs on shutdown, almost definitely FIFO related (I'm not seeing this bug now, but the warning was here when I forked the code and I haven't touched the FIFO bit)
+ - Segfaults when using zoom commands (happens when max zoom already reached?).
Notes:
- I push the code most times I save any changes, regardless of whether it actually compiles or not. Thus, the code here should be regarded as highly experimental.
- - If you use any of my code in another fork of uzbl (or anything really) it'd be nice to get a mention. \ No newline at end of file
+ - If you use any of my code in another fork of uzbl (or anything really) it'd be nice to get a mention.