index
:
alacritty
alacritty_terminal_v0.21.0
alacritty_terminal_v0.22.0
alacritty_terminal_v0.23.0
alt-esc-unicode
alt-key-tester
antialias-option
bindings_on_crack
borderless-window
bump-glutin-0320
bump_deps
click-links
config-improvements
cursor-blink
cursor-config
dependabot/cargo/bumpalo-3.12.0
display-config-errors
fish-completions-dir-update
fix-deprecated
fix-hidden-cursor
fix-netbsd-build
fix-no-import-migrate
fix-releases
fix_colors
fontconfig
gentoo-install-deps
glutin-0.17-upgrade
initial-window-focus
issue-1115
issue-1150
issue-1336
issue-1582
issue-1773
issue-1786
issue-2145
kchibisov/fixup-manpage-title
kchibisov/winit-02911
kitty-char-no-char-fix
master
nll
not-reset-pixel
numpad-decimal
optimizations
period
playing-around
remove-debugonly-tests
resolver++
rewrite-appdataxml
scroll/fix-alt-grid-size
scroll/fix-tests
scroll/impossible-zero
scrollback
syslog-panics
underline-strikethrough
v0.10.0
v0.10.1
v0.11.0
v0.11.1
v0.12.0
v0.12.1
v0.12.2
v0.12.3
v0.13
v0.14
v0.15
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.5.0
v0.6.0
v0.7.0
v0.7.1
v0.7.2
v0.8.0
v0.9.0
vec-deque-backing
wide-chars-fix
winpty-agent-docs
zero-width-chars
zerowidth
A cross-plantform, OpenGL terminal emulator
Alacritty
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tty.rs
Age
Commit message (
Expand
)
Author
2018-01-08
Fix `ioctl` call failing on 32 bit architecture (#1011)
Christian Duerr
2018-01-06
Add clippy check to travis
Christian Duerr
2017-12-03
clippy: do and don't pass some things by reference as suggested (needless_pas...
Matthias Krüger
2017-10-30
fix some typos in comments
Martin Lindhe
2017-09-27
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-05-27
Find and set $WINDOWID to X11 window ID (#586)
ns
2017-05-27
Remove incorrect close (#552)
Niklas Claesson
2017-04-18
Add CLI arg for setting working directory
Zach Day
2017-04-03
Fix hang on exit after child process failed
Lukas Holecek
2017-04-03
Do not replace $SHELL with --command option
Justin Charette
2017-02-14
Add TERM config entry
Anders Rasmussen
2017-02-03
Alacritty now compiles on stable Rust :tada:
Joe Wilm
2017-01-28
Add support for -e argument
Niklas Claesson
2017-01-25
Implement argument passing in config
Niklas Claesson
2017-01-23
Change to process::Command
Niklas Claesson
2017-01-18
Make it run on FreeBSD
johalun
2017-01-15
Cleanup getpwuid_r wrapper
Joe Wilm
2017-01-07
Avoid unwrap when determining proper shell to use
Honza Pokorny
2017-01-06
Add "shell" option to config
Honza Pokorny
2017-01-05
Fix ARM
Taylor Trump
2016-12-16
Rustup and clippy
Joe Wilm
2016-12-12
Remove need for Rc<RefCell<_>> usage
Joe Wilm
2016-12-11
Display manages window, renderer, rasterizer
Joe Wilm
2016-11-19
Add support for recording/running ref tests
Joe Wilm
2016-09-25
Resolve compiler warnings
Joe Wilm
2016-09-24
Use evented I/O for the pty
Joe Wilm
2016-06-29
Add license headers to source files
Joe Wilm
2016-06-14
Add support for macOS
Joe Wilm
2016-06-09
Fix all trivial compiler warnings
Joe Wilm
2016-06-08
Fix shutdown deadlock
Joe Wilm
2016-06-06
Handle SIGCHLD
Joe Wilm
2016-06-02
Initial support for Terminal Emulation (woo!)
Joe Wilm
2016-05-28
Initial ANSI parser implementation
Joe Wilm
2016-05-24
Implement tty::new()
Joe Wilm