This website requires JavaScript.
Explore
Help
Sign in
PolytreeDE
/
alacritty
Watch
1
Star
0
Fork
You've already forked alacritty
0
mirror of
https://github.com/alacritty/alacritty.git
synced
2024-11-03 04:34:21 -05:00
Code
Releases
Activity
aa76b29ff7
alacritty
/
.gitignore
11 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
Initialize new cargo binary project
2016-02-21 11:15:41 -05:00
target
Add script for creating flamegraph with perf Resolves #8
2016-10-09 00:30:21 -04:00
FlameGraph
Dynamically generate test harness This uses the rustc-test crate, a copy of the standard test crate, to dynamically create tests for each reference test. No need to remember to update the macro, just add the directory to ref!
2017-01-21 05:11:55 -05:00
.idea
*.iml
Semantic Selection 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
2017-01-14 20:53:48 -05:00
# vim temporary files
*.swp
# other ignores
*.DS_Store
Copy permalink