Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/columnify/
Dutils.js111 function splitLongWords(str, max, truncationChar) { argument
117 var truncationWidth = wcwidth(truncationChar)
145 word += truncationChar // add trailing … or whatever