head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.24 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.22 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.20 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.18 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.16 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.14 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.12 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.10 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.8 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.6 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.4 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.2 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.1.0.6 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.4 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.2 pkgsrc-2022Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2023.05.13.08.27.22; author adam; state Exp; branches; next 1.2; commitid 0NRWYKRgnm6rkMoE; 1.2 date 2023.05.13.08.26.01; author adam; state Exp; branches; next 1.1; commitid TKtciBJ2DlARjMoE; 1.1 date 2022.09.15.17.51.07; author adam; state Exp; branches; next ; commitid hZXvKyUTBgB3aZTD; desc @@ 1.3 log @py-blessed: restore DESCR @ text @Blessed is an easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen position and Location capabilities. @ 1.2 log @py-blessed: updated to 1.20.0 1.20 * introduced :meth:`~Terminal.get_fgcolor` and :meth:`~Terminal.get_bgcolor` to query the terminal for the currently set colors. :ghissue:`237` by :ghuser:`stefanholek` * bugfix: Copy globals dict before iterating to avoid RuntimeError in multithreaded applications, :ghissue:`248` by :ghuser:`adamnovak` @ text @d1 3 a3 13 Makes ANSI escape character sequences for producing colored terminal text and cursor positioning work under MS Windows. ANSI escape character sequences have long been used to produce colored terminal text and cursor positioning on Unix and Macs. Colorama makes this work on Windows, too, by wrapping stdout, stripping ANSI sequences it finds (which otherwise show up as gobbledygook in your output), and converting them into the appropriate win32 calls to modify the state of the terminal. On other platforms, Colorama does nothing. Colorama also provides some shortcuts to help generate ANSI sequences but works fine in conjunction with any other ANSI sequence generation library, such as Termcolor. @ 1.1 log @py-blessed: added version 1.19.1 Blessed is an easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen position and Location capabilities. @ text @d1 13 a13 3 Blessed is an easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen position and Location capabilities. @