do-string-limit ( str -- trimmed )


Vocabulary
prettyprint.backend

Inputs
stra string


Outputs
trimmeda possibly trimmed string


Word description
If string-limit? is on, trims the string such that it does not exceed the margin, appending "..." if trimming took place.

Definition