1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-10 18:34:14 +01:00

Fix search scroll limit messages in Player mode.

This commit is contained in:
Doug Kearns
2009-03-30 13:34:19 +11:00
parent f162833d93
commit 1ae692bd77

View File

@@ -597,8 +597,7 @@ function Player() // {{{
function echo(str)
{
setTimeout(function () {
commandline.echo("Search hit TOP, continuing at BOTTOM",
commandline.HL_WARNINGMSG, commandline.APPEND_TO_MESSAGES | commandline.FORCE_SINGLELINE);
commandline.echo(str, commandline.HL_WARNINGMSG, commandline.APPEND_TO_MESSAGES | commandline.FORCE_SINGLELINE);
}, 0);
}