(svn r14056) -Fix [FS#2192]: the console backlog is too small for list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
enum {
|
||||
ICON_CMDLN_SIZE = 1024, ///< maximum length of a typed in command
|
||||
ICON_MAX_STREAMSIZE = 2048, ///< maximum length of a totally expanded command
|
||||
};
|
||||
|
||||
enum IConsoleVarTypes {
|
||||
ICONSOLE_VAR_BOOLEAN,
|
||||
|
Reference in New Issue
Block a user