pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-blessed



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 13 08:27:22 UTC 2023

Modified Files:
        pkgsrc/devel/py-blessed: DESCR

Log Message:
py-blessed: restore DESCR


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-blessed/DESCR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-blessed/DESCR
diff -u pkgsrc/devel/py-blessed/DESCR:1.2 pkgsrc/devel/py-blessed/DESCR:1.3
--- pkgsrc/devel/py-blessed/DESCR:1.2   Sat May 13 08:26:01 2023
+++ pkgsrc/devel/py-blessed/DESCR       Sat May 13 08:27:22 2023
@@ -1,13 +1,3 @@
-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.
+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.



Home | Main Index | Thread Index | Old Index