Home
last modified time | relevance | path

Searched refs:useHyphens (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() argument
3983 if (!useHyphens && wordWidth >= width) { in breakUpLongWordsIn()
3986 } else if (useHyphens && wordWidth >= width - 1) { in breakUpLongWordsIn()