master
Copy gocui files into lazygit repo under pkg/gocui
Bump tcell dependency to v3
Add gocui primitives to block input during an operation
Remove dead Modifier field from keybindings
Add test for double-click detection
Convert keybinding fields to Keybinding
Snapshot the view width for command-task rendering on the UI thread
Materialize cursor-forward escapes as space runs
Make the user-event queue unbounded
Route mouse events to their originating view during a drag gesture
Fix linter warnings
Move modifiers into Key
Schedule a redraw when resuming from suspension
Exclude view-buffer render tasks from the busy query
Fix a deadlock between task.Done() and the integration test's idle wait
Deliver mouse release after a drag
Exclude more commit trailers from auto-wrapping
Log the user-event queue's high-water mark
Don't share a live view's buffer when copying its content