1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:47:59 +01:00

Add commandline.status and commandline.error. Feel free to revert this.

This commit is contained in:
Kris Maglione
2008-12-14 19:45:57 -05:00
parent bf895cc118
commit 58bca7d6b3
4 changed files with 35 additions and 19 deletions

View File

@@ -167,7 +167,7 @@ const util = { //{{{
clipboardHelper.copyString(str);
if (verbose)
liberator.echo("Yanked " + str, commandline.FORCE_SINGLELINE);
commandline.status = "Yanked " + str;
},
createURI: function createURI(str)