mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Allows console line width to be configured (and defaults to 80).
Line wrap is at console width-1
This commit is contained in:
		| @@ -18,6 +18,10 @@ | ||||
| #include <string> | ||||
| #include <iostream> | ||||
|  | ||||
| #ifndef CATCH_CONFIG_CONSOLE_WIDTH | ||||
| #define CATCH_CONFIG_CONSOLE_WIDTH 80 | ||||
| #endif | ||||
|  | ||||
| namespace Catch { | ||||
|  | ||||
|     struct Include { enum WhichResults { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash