Determine the printable width of the terminal
This API is mainly for Terminal Emulator implementors -- any python program that attempts to determine the printable width of a string on a Terminal. It is certainly possible to use your Operating System's wcwidth() and wcswidth() calls if it is POSIX-conforming, but this would not be possible on non-POSIX platforms, such as Windows, or for alternative Python implementations, such as jython.
$
pkg install py311-wcwidthOrigin
devel/py-wcwidth
Size
568KiB
License
MIT
Maintainer
skreuzer@FreeBSD.org
Dependencies
1 packages
Required by
14 packages