FS#24 - Make uzbl display some message when is performing an action
Attached to Project:
Uzbl
Opened by Ismael Carnales (icarnales) - 2009-05-31 09:06:30 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2010-01-01 10:21:15 PM
Opened by Ismael Carnales (icarnales) - 2009-05-31 09:06:30 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2010-01-01 10:21:15 PM
|
DetailsFor example, when going back or forward in history , there's a time when nothing is moving, inlcudding the trhobber, that makes me doubt if I typed the command correctly. Maybe providing a "Going back in history" and "Going forward in history" for ex (and removing the current url (that isn't really current when loading another page :) ) )
|
This task depends upon
+ you can do: `set status_message = foo`
to make what you want possible we will also need to:
1) keep the last triggered action in a variable
2) have a signal that emits when any action processing is done
this is quite feasible imho.
so when going back in history you get:
event COMMAND_EXECUTED back
you can do whatever you want with these events (see example config and documentation)