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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user