Searched refs:truncationChar (Results 1 – 1 of 1) sorted by relevance
111 function splitLongWords(str, max, truncationChar) { argument117 var truncationWidth = wcwidth(truncationChar)145 word += truncationChar // add trailing … or whatever