Skip to content

Commit

Permalink
Temporarily vendor in alacritty for gif creation
Browse files Browse the repository at this point in the history
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
LegNeato committed Apr 3, 2018
1 parent 7bd147a commit e1ccc4d
Show file tree
Hide file tree
Showing 128 changed files with 25,239 additions and 0 deletions.
1 change: 1 addition & 0 deletions alacritty/.agignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/ref
4 changes: 4 additions & 0 deletions alacritty/.github/ISSUE_TEMPLATE.md
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?

21 changes: 21 additions & 0 deletions alacritty/.gitignore
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
29 changes: 29 additions & 0 deletions alacritty/.travis.yml
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"
17 changes: 17 additions & 0 deletions alacritty/Alacritty.desktop
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
Loading

0 comments on commit e1ccc4d

Please sign in to comment.