mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
GUI: Add 'clear' and 'cls' to the debugger's help text
Add on-screen instructions for the commands `clear` and its alias `cls` that PR 5347 added.
This commit is contained in:
@@ -239,6 +239,7 @@ void Debugger::enter() {
|
||||
if (_firstTime) {
|
||||
debugPrintf("Debugger started, type 'exit' to return to the game.\n");
|
||||
debugPrintf("Type 'help' to see a little list of commands and variables.\n");
|
||||
debugPrintf("Type 'clear' or 'cls' to clear the debugger's output.\n");
|
||||
_firstTime = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user