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

Revert commandline.status, commandline.error

This commit is contained in:
Kris Maglione
2008-12-16 17:53:27 -05:00
parent 672e109c67
commit 4fbc88f975
4 changed files with 7 additions and 31 deletions

View File

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