FAQs#

Why?
  • Why not?

  • To improve and extend the capabilities of CLI and TUI applications.

  • Terminals emulators have always been and always will be!

What about Windows support?
  • Windows Terminal and Mintty (at least) have modern terminal emulator features including full Unicode and Truecolor support.

  • Drawing images and animations doesn’t work completely well with Python for Windows. See Known Issues.

  • Note that the graphics protocols supported by Mintty would only work for Cygwin, MSYS and Msys2 programs, or via WSL; not for native Windows programs.

Why are colours not properly reproduced?
  • Some terminal emulators support direct-color (truecolor) sequences but use a 256-color palette. This limits color reproduction.

Why are images out of scale?
Why does my program get garbage input (possibly also written to the screen) or phantom keystrokes?