1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Separate abort/exit bindings. Now disabled by default in KeyBindingManager. More... over 10 years ago
Bug fix in KeyBindingManager. Added &enable_all to all bindings. More... over 10 years ago
Use IGNORE as default on_abort AbortAction in Application. More... over 10 years ago
Added full-screen-layout.py example. More... over 10 years ago
Bugfix for Windows: only scroll the console the first time. More... over 10 years ago
Use AcceptAction.IGNORE as default accept_action in Buffer. (It's a better default.) More... over 10 years ago
Added basic mouse support for Windows. More... over 10 years ago
Added mouse support and auto suggestions to README. More... over 10 years ago
Added 'saws' to README. More... over 10 years ago
Correctly flush 'disable_mouse_support'. More... over 10 years ago
Only send enable/disable mouse support action once. More... over 10 years ago
Only consider last line for auto suggestions. More... over 10 years ago
Refactoring of the layout processors. Each processor should now pass a document instance to the next processor. More... over 10 years ago
Bugfix in search highlighting. More... over 10 years ago
Refactoring of the mouse handling: now also completion menus have mouse support. More... over 10 years ago
Implemented mouse events for completion menu. More... over 10 years ago
Added more extensive mouse support. (For lxterminal and others that don't understand SGR/urxvt.) More... over 10 years ago
Small fix for selecting text with the mouse in Vi navigation mode. More... over 10 years ago
Small refactoring of mouse events + implementation of buffer text selection. More... over 10 years ago
Bug fix in scrolling. WindowRenderInfo.cursor_position is now relative to the Window. More... over 10 years ago
Added assertion. More... over 10 years ago
Better error handling in mouse key binding. More... over 10 years ago
Bug fixes in scroll_one_line_up/down. More... over 10 years ago
Bugfix in Renderer.rows_above_layout. More... over 10 years ago
Use xterm SGR and Urxvt mouse modes. More... over 10 years ago
Make the stdout proxy threadsafe More... over 10 years ago
Use call_soon_threadsafe() in call_from_executor(). More... over 10 years ago
Support mouse scroll wheels for vt100 terminals. More... over 10 years ago
Bug fix in scroll up/down handlers. More... over 10 years ago
Added no-wrapping.py example. More... over 10 years ago