-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily vendor in alacritty for gif creation
It was vendored from https://github.com/myfreeweb/alacritty/tree/alacritty-split-new with hash: valpackett/alacritty@3443033 This goes away when the following PR is merged: alacritty/alacritty#1023
- Loading branch information
Showing
128 changed files
with
25,239 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tests/ref |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Which operating system does the issue occur on? | ||
|
||
If on linux, are you using X11 or Wayland? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
target | ||
FlameGraph | ||
|
||
# Temp files | ||
.idea | ||
*.iml | ||
|
||
# vim temporary files | ||
*.swp | ||
|
||
# other ignores | ||
*.DS_Store | ||
======= | ||
|
||
# Snapcraft files | ||
stage | ||
prime | ||
parts | ||
*.snap | ||
*.pyc | ||
alacritty_*_source.tar.bz2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
language: rust | ||
sudo: false | ||
|
||
cache: cargo | ||
|
||
os: | ||
- linux | ||
- osx | ||
|
||
rust: | ||
- stable | ||
- nightly | ||
|
||
env: | ||
- FEATURES="clippy" | ||
- FEATURES="" | ||
|
||
matrix: | ||
fast_finish: true | ||
exclude: | ||
- rust: stable | ||
env: FEATURES="clippy" | ||
- rust: nightly | ||
env: FEATURES="" | ||
allow_failures: | ||
- rust: nightly | ||
|
||
script: | ||
- cargo test --no-default-features --features "$FEATURES" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
TryExec=alacritty | ||
Exec=alacritty | ||
Icon=utilities-terminal | ||
Terminal=false | ||
Categories=System;TerminalEmulator; | ||
|
||
Name=Alacritty | ||
GenericName=Terminal | ||
Comment=A cross-platform, GPU enhanced terminal emulator | ||
StartupWMClass=Alacritty | ||
Actions=New; | ||
|
||
[Desktop Action New] | ||
Name=New Terminal | ||
Exec=alacritty |
Oops, something went wrong.