mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-14 08:43:34 +02:00
Fix search scroll limit messages in Player mode.
This commit is contained in:
@@ -597,8 +597,7 @@ function Player() // {{{
|
|||||||
function echo(str)
|
function echo(str)
|
||||||
{
|
{
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
commandline.echo("Search hit TOP, continuing at BOTTOM",
|
commandline.echo(str, commandline.HL_WARNINGMSG, commandline.APPEND_TO_MESSAGES | commandline.FORCE_SINGLELINE);
|
||||||
commandline.HL_WARNINGMSG, commandline.APPEND_TO_MESSAGES | commandline.FORCE_SINGLELINE);
|
|
||||||
}, 0);
|
}, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user