File diff r13023:9f6499c8d4fb → r13024:48c81d0b078a
src/console_cmds.cpp
Show inline comments
 
@@ -380,13 +380,13 @@ DEF_CONSOLE_CMD(ConClearBuffer)
 
	if (argc == 0) {
 
		IConsoleHelp("Clear the console buffer. Usage: 'clear'");
 
		return true;
 
	}
 

	
 
	IConsoleClearBuffer();
 
	InvalidateWindow(WC_CONSOLE, 0);
 
	SetWindowDirty(WC_CONSOLE, 0);
 
	return true;
 
}
 

	
 

	
 
/**********************************
 
 * Network Core Console Commands