[+] ConsoleTTY !b
to scroll to bottom
This commit is contained in:
parent
670640321d
commit
f178188b5b
@ -330,15 +330,20 @@ namespace Aurora::Console::ConsoleTTY
|
||||
}
|
||||
else
|
||||
#endif
|
||||
if (this->inputField == "!b")
|
||||
{
|
||||
this->iScrollPos = -1;
|
||||
this->bTriggerRedraw = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
#if defined(AURORA_IS_MODERNNT_DERIVED)
|
||||
if (this->inputField == "help")
|
||||
{
|
||||
AuLogInfo("Type !s to enter scroll mode, type !c to enter host-os controlled copy/paste mode (quick-edit)");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
AuConsole::DispatchRawLine(this->inputField);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user