1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:08:00 +01:00

add QuitPre and ShellCmdPost autocommand events

This commit is contained in:
Doug Kearns
2008-08-28 11:53:46 +00:00
parent bd9c55742b
commit 61d29dc6be
4 changed files with 8 additions and 0 deletions

View File

@@ -198,6 +198,8 @@ liberator.IO = function () //{{{
var command = ":" + liberator.util.escapeHTML(liberator.commandline.getCommand()) + "<br/>";
liberator.echo(command + liberator.util.escapeHTML(output));
liberator.autocommands.trigger("ShellCmdPost", "");
});
/////////////////////////////////////////////////////////////////////////////}}}