Description
Provides Haskell bindings to the system's native wcwidth implementation. wcwidth estimates how many terminal columns a Unicode character occupies.
It is useful for terminal interfaces, table formatting, prompts, editors, and command-line output alignment. Results can vary by system, Unicode data, terminal, and font, so visible layout should be tested in real terminals.