mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:27:58 +01:00
fix more prompt messages
This commit is contained in:
@@ -1354,8 +1354,10 @@ function CommandLine() //{{{
|
|||||||
|
|
||||||
updateMorePrompt: function updateMorePrompt(force, showHelp)
|
updateMorePrompt: function updateMorePrompt(force, showHelp)
|
||||||
{
|
{
|
||||||
if (modes.main == modes.COMMAND_LINE)
|
// prevent MOW events (still useful) from wiping out the command-line when in EX extended mode
|
||||||
|
if (modes.extended != modes.OUTPUT_MULTILINE)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
let win = multilineOutputWidget.contentWindow;
|
let win = multilineOutputWidget.contentWindow;
|
||||||
function isScrollable() !win.scrollMaxY == 0;
|
function isScrollable() !win.scrollMaxY == 0;
|
||||||
function atEnd() win.scrollY / win.scrollMaxY >= 1;
|
function atEnd() win.scrollY / win.scrollMaxY >= 1;
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ BUGS:
|
|||||||
- Form elements in iframes must be selected twice, whether by tabbing or
|
- Form elements in iframes must be selected twice, whether by tabbing or
|
||||||
clicking.
|
clicking.
|
||||||
- :regressions is broken, also now blanks the MOW when run
|
- :regressions is broken, also now blanks the MOW when run
|
||||||
- more prompt now reads "-- More --" at the end of multipage output when there is no more content
|
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
9 adaptive timeout for auto-completions, :set completions can be updated more often than
|
9 adaptive timeout for auto-completions, :set completions can be updated more often than
|
||||||
|
|||||||
Reference in New Issue
Block a user