a771e039196e453204faf282b090cfcb608da365
[uzbl-mobile] / README
1 Control:
2   - FIFO opened in /tmp/uzbl_pid
3   - Commands are now grouped by function:
4        nav forward
5        nav back
6        nav reload
7        nav stop
8        view zoom +
9        view zoom -
10
11 Bugs:
12   - 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)
13   - Segfaults when using zoom commands (happens when max zoom already reached?).
14
15 Notes:
16   - 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.
17   - If you use any of my code in another fork of uzbl (or anything really) it'd be nice to get a mention.