Home
last modified time | relevance | path

Searched refs:consoleWidth (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bsnmp/tests/ !
H A Dcatch.hpp9477 size_t consoleWidth = CATCH_CLARA_CONFIG_CONSOLE_WIDTH; in writeToStream() local
9482 optWidth = (std::min)(optWidth, consoleWidth/2); in writeToStream()
9488 TextFlow::Column( cols.right ).width( consoleWidth - 7 - optWidth ); in writeToStream()