1
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactoring of the telnet server. (Contains API change.) More... over 10 years ago
Python 3 fix for the telnet protocol. More... over 10 years ago
Added unicode_literals to all examples. More... over 10 years ago
Added WORD parameter to WordCompleter + small bugfix in WordCompleter. More... over 10 years ago
Refactored contrib.telnet: handle commands in executor. More... over 10 years ago
In the create_default_layout shortcut, pass extra_input_processors. More... over 10 years ago
In the create_default_layoutOnly shortcut. Only show bottom toolbar when the height is known. More... over 10 years ago
DefaultPrompt got a from_message alternate constructor. More... over 10 years ago
Handle Vi 'J' key binding (for joining lines) also in selection mode. More... over 10 years ago
Remove unwanted spaces in Vi 'J' key binding. More... over 10 years ago
Default style for Token.MatchingBracket. More... over 10 years ago
Added extra_input_processors argument to create_default_layout. More... over 10 years ago
Bugfix in Vi key binding: pressing 'd' once is enough to cut text when it's selected. More... over 10 years ago
Use preview_search for search highlighting by default in the shortcuts. (This is what we need for i-search. More... over 10 years ago
Bug fix in indent/unindent. More... over 10 years ago
Added visual binding for change_delete_move_yank_handler. This will handle things like vi( correctly. More... over 10 years ago
Bug fix in some Vi 'change_delete_move_yank_handler' bindings. Always return CursorRegion. More... over 10 years ago
Added reactive.py for some simple integer data bindings. More... over 10 years ago
Use Always() as default filter for a Window instead of None. More... over 10 years ago
Added scroll_beyond_bottom and scroll_offset attributes for Window. More... over 10 years ago
Vim key binding fix: also handle zz binding while selecting text. More... almost 11 years ago
Added caching for vt100 output escape codes. More... almost 11 years ago
Refactoring of vt100_input: some performance improvements and simplifications. More... almost 11 years ago
Added caching for token styles in the renderer. More... almost 11 years ago
Added pyvim to README.rst More... almost 11 years ago
Removed already implemented TODO. More... almost 11 years ago
Pypi release 0.34 More... almost 11 years ago
Better support for multi width characters in completion menu. More... almost 11 years ago
Renamed add_to_history to append_to_history. More... almost 11 years ago
Pypi release 0.33 More... almost 11 years ago