1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reset renderer in Application, even when _redraw() fails. More... almost 9 years ago
Simplified 'pager' example. More... almost 9 years ago
Don't wrap lines in TextArea if the input is a single line. More... almost 9 years ago
Enable autowrap in Renderer.erase(). More... almost 9 years ago
Ignore old flush events in the Application class. More... almost 9 years ago
Set text and cursor position atomic in Buffer class. More... almost 9 years ago
Made custom-lexer.py executable. More... almost 9 years ago
SetCursorPosition fix in FormattedTextControl. More... almost 9 years ago
Take a complete_style option in shortcuts.prompt(). More... almost 9 years ago
Renamed get_continuation_text to prompt_continuation. More... almost 9 years ago
Added custom-lexer.py example. More... almost 9 years ago
Refactored the prompt() function. Now accept formatted text everywhere. More... almost 9 years ago
Fixed asyncio event loop. More... almost 9 years ago
Default styling for i/u/b/em/strong HTML tags. More... almost 9 years ago
Define 'Point' as x/y instead of y/x. More... almost 9 years ago
Added support for 140 named colors. (Like web browsers do.) More... almost 9 years ago
Python 2.6 compatibility fix in string formatting. More... almost 9 years ago
Support for \001 and \002 in ANSI string. More... almost 9 years ago
Fix in handling of ZeroWidthEscape fragments. More... almost 9 years ago
Don't use OrderedDict. Not supported on Python 2.6. More... almost 9 years ago
Added formatted text documentation. More... almost 9 years ago
Support ANSI escape sequences for formatted text. More... almost 9 years ago
A few small fixes regarding styling. More... almost 9 years ago
Fixed a few unit tests. More... almost 9 years ago
Introducing FormattedTextControl (as a replacement for TextFragmentsControl/TokenListControl). More... almost 9 years ago
Improved style algorithm. Consider classes in order. More... almost 9 years ago
Improved applying of last-line style. More... almost 9 years ago
Don't bother writing invisible Windows (Here we save some time). More... almost 9 years ago
Renamed 'use_alternate_screen' parameter to 'full_screen'. More... almost 9 years ago
Added 'calculator' example. More... almost 9 years ago