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
Allow ansi color name in Pygments style. More... almost 10 years ago
Start rewriting the full screen application example. More... almost 10 years ago
Fixed documentation typo. More... about 10 years ago
Added includes in doc example. More... about 10 years ago
link to the stable version of the documentation More... about 10 years ago
add `unicode_literals` import in "Getting Starded" code snippet More... about 10 years ago
Correctly restore default console attributes on Win32. More... about 10 years ago
Improved the performance of Document.cursor_position_col/current_line_before_cursor/current_line_after_cursor. More... about 10 years ago
Disable bracketed paste support in ConEmu More... about 10 years ago
Fixed examples/autocompletion.py More... about 10 years ago
Big refactoring of the Window and user control interfaces. Huge performance improvements for big inputs. More... about 10 years ago
Performance optimization in layout/controls. Using _LazyReverseDict. More... about 10 years ago
Small cleanup (removed unused imports + whitespace.) More... about 10 years ago
Don't set the terminal title in eterm. More... about 10 years ago
Fixed imports in unittests. More... about 10 years ago
Updated print-tokens example to use prompt_toolkit.token. More... about 10 years ago
Removed Pygments as a dependency. (Optional for those who need it.) More... about 10 years ago
Added example that demonstrates how to switch between Vi and Emacs mode. More... about 10 years ago
Refactoring of the prompt_toolkit.styles. More... about 10 years ago
Use prompt_toolkit.token everywhere. (Make pygments more optional.) More... about 10 years ago
Created prompt_toolkit.token. A custom Token implementation, that is compatible with Pygments.token. More... about 10 years ago
Ignore key sequence received by Numpad-5. More... about 10 years ago
Added F13-F24 input codes for xterm. More... about 10 years ago
Added debug_vt100_input.py. A tool for debugging the vt100 parser. More... about 10 years ago
Don't rely anymore on Pygments private Terminal256Formatter._color_index. Use a fast, custom cache instead. More... about 10 years ago
Rephrased comment. More... about 10 years ago
Improved support for the linux console. (Switch to 16 colors.) More... about 10 years ago
Added escape sequences for F1-F5 keys on the Linux console. More... about 10 years ago
Bug fix in Vi gu, gU, g? and g~ key binding (in selection mode). More... about 10 years ago
Bugfix in meta-backspace key binding. More... about 10 years ago