FAQs ==== What about Windows support? - Firstly, only the new `Windows Terminal `_ seems to have proper truecolor support and modern terminal emulator features. - The CLI mode currently works (with a few quirks), i.e using ``cmd`` or ``powershell``, if the other requirements are satisfied but can't guarantee it'll always be so. - Drawing images and animations doesn't work completely well in ``cmd`` and ``powershell``. See the `library `_\'s :external+term_image:doc:`issues` for details. - The TUI doesn't work due to the lack of `fcntl `_ on Windows, which is used by `urwid `_. - If stuck on Windows and want to use all features, you could use WSL + Windows Terminal. Why are colours not properly reproduced? - Some terminals support truecolor escape sequences but have a **256-color palette**. This limits color reproduction. Why are images out of scale? - If *auto* :term:`cell ratio` is supported and enabled, - Use :confval:`swap win size` or :option:`--swap-win-size`. - If the above doesn't work, then open a new issue `here `_ with adequate details. - Otherwise, - Adjust the :term:`cell ratio` using :confval:`cell ratio` or :option:`-C`. Why is the TUI unresponsive or slow in drawing images? - Drawing (not rendering) speed is **entirely** dependent on the terminal emulator itself. - Some terminal emulators block upon input, so rapidly repeated input could cause the terminal to be unresponsive.