mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
Force echomsg to single line, for now
This commit is contained in:
@@ -850,7 +850,7 @@ const liberator = (function () //{{{
|
||||
// TODO: add proper level constants
|
||||
echomsg: function (str, verbosity, flags)
|
||||
{
|
||||
flags |= commandline.APPEND_TO_MESSAGES;
|
||||
flags |= commandline.APPEND_TO_MESSAGES | commandline.FORCE_SINGLELINE;
|
||||
|
||||
if (verbosity == null)
|
||||
verbosity = 0; // verbosity level is exclusionary
|
||||
|
||||
Reference in New Issue
Block a user