mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
92e1cec088
Fix tests and add line select Refactor BidirectionalIter to remove if blocks Allow for cells tagged with WRAPLINE to continue expanding the selection Reorganize config into structs Add test coverage that callbacks are called Cleanup mouse config - Uses Duration type for ClickHandler::threshold - Removes `action` property from ClickHandler--this can be added in a backwards compatible way later on - Renames ClickState::DblClick to DoubleClick fixup! Cleanup mouse config
10 lines
87 B
Text
10 lines
87 B
Text
target
|
|
FlameGraph
|
|
.idea
|
|
*.iml
|
|
|
|
# vim temporary files
|
|
*.swp
|
|
|
|
# other ignores
|
|
*.DS_Store
|