Home
last modified time | relevance | path

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

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DIO.c3967 void breakUpLongWordsIn(char *sourceText, short width, boolean useHyphens) { in breakUpLongWordsIn() function
4013breakUpLongWordsIn(printString, width, true); // break up any words that are wider than the width. in wrapText()