blob: 6ee41db2460e5b514d353b27a9cbc3c26af2b41d (
plain) (
blame)
1
2
3
4
|
String::TtyLength provides a single function, tty_length, which returns the
length of a string excluding any ANSI tty / terminal escape codes. I.e. the
number of characters that will appear on screen. This is useful if you're
working out the width of columns, or aligning text.
|