mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:28:00 +01:00
Update TODO, add :colo default (== :hi clear)
This commit is contained in:
@@ -941,6 +941,7 @@ function CommandLine() //{{{
|
||||
if (!keepCommand || this.silent)
|
||||
{
|
||||
outputContainer.collapsed = true;
|
||||
commandline.updateMorePrompt();
|
||||
this.hide();
|
||||
}
|
||||
if (!outputContainer.collapsed)
|
||||
@@ -1390,6 +1391,9 @@ function CommandLine() //{{{
|
||||
|
||||
updateMorePrompt: function updateMorePrompt(force, showHelp)
|
||||
{
|
||||
if (outputContainer.collapsed)
|
||||
return echoLine("", this.HL_NORMAL);
|
||||
|
||||
let win = multilineOutputWidget.contentWindow;
|
||||
function isScrollable() !win.scrollMaxY == 0;
|
||||
function atEnd() win.scrollY / win.scrollMaxY >= 1;
|
||||
|
||||
Reference in New Issue
Block a user