From 8bbaab334c5116be4c180c3eac93c4acc844f4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 8 Feb 2017 20:01:42 +0100 Subject: NOISSUE set line limit and overflow behaviour even for hidden console --- api/logic/BaseInstance.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api/logic/BaseInstance.h') diff --git a/api/logic/BaseInstance.h b/api/logic/BaseInstance.h index 462b7c66..27b167a6 100644 --- a/api/logic/BaseInstance.h +++ b/api/logic/BaseInstance.h @@ -263,6 +263,9 @@ public: Status currentStatus() const; + int getConsoleMaxLines() const; + bool shouldStopOnConsoleOverflow() const; + protected: void changeStatus(Status newStatus); -- cgit v1.2.3