Next | Query returned 17 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2020-08-27 14:27:00 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Fix Python 3.6 build
   2020-07-16 08:08:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-curtsies: updated to 0.3.4

0.3.4:
Prevent crash when embedding in situations including the lldb debugger.
   2020-07-07 07:20:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-curtsies: updated to 0.3.3

0.3.3:
???

0.3.2:
Migrate doc generation to Python 3
Add MyPy typing
Remove logging level message
Assorted fixes
   2020-05-13 17:18:14 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-curtsies: updated to 0.3.1

0.3.1:
Unknown changes
   2019-05-07 11:42:33 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
py-curtsies: do not require typing module for Python >= 3.5
   2018-02-26 09:38:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-curtsies: updated to 0.3.0

0.3.0:
Change name of "dark" color to "black"
Drop support for Python 2.6 and 3.3
New FmtStr method width_aware_splitlines which cuts up a FmtStr in linear time
   2017-04-12 13:42:45 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Curtsies is a Python 2.6+ & 3.3+ compatible library for interacting with
the terminal.

FmtStr objects are strings formatted with colors and styles displayable in
a terminal with ANSI escape sequences. FSArray objects contain multiple such
strings with each formatted string on its own row, and can be superimposed
onto each other to build complex grids of colored and styled characters.

Such grids of characters can be efficiently rendered to the terminal in
alternate screen mode (no scrollback history, like Vim, top etc.) by
FullscreenWindow objects or to the normal history-preserving screen by
CursorAwareWindow objects. User keyboard input events like pressing the up
arrow key are detected by an Input object. See the Quickstart to get started
using all of these classes.

Next | Query returned 17 messages, browsing 11 to 20 | previous