Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.18 KB

limitations.md

File metadata and controls

27 lines (21 loc) · 1.18 KB

⬅️ to README.md

⬅️ to features.md

Note See known_issues.md

Limitations

In "Zero" dependencies "mode", the library has the following limitations:

  • Only synchronous mode is available.
  • Flexibility is limited.
  • Terminal color support can not be detected thus it is set to 256 colors (ansi8) by default. Can be overridden manually.
  • Frame width can not be determined thus it is user responsibility to set it properly.
  • Signal handling is not supported.

How to overcome limitations?

Windows support

  • To run spinner spiced applications on Windows you should have some *nix-like terminal emulator installed.
    • VT100 terminal, e.g. minTTY.
  • Signal handling is NOT supported on Windows.