index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
alacritty_terminal
/
src
/
tty
/
unix.rs
Commit message (
Expand
)
Author
Age
*
Prefer environment variables over passwd
Jovan Gerodetti
2023-02-02
*
Fix startup failure on macOS with dash as /bin/sh
Kirill Chibisov
2022-10-22
*
Add IPC config subcommand
Christian Duerr
2022-09-01
*
Register Alacritty shells as tty sessions on macOS
Chris Copeland
2022-07-24
*
Remove panics from UNIX PTY initialization
Mikayla Maki
2022-07-20
*
Replace `map().unwrap_or()` with `map_or()`
Chris Copeland
2022-07-20
*
Extract `SizeInfo` from alacritty_terminal
Kirill Chibisov
2022-04-06
*
Remove shared PID/FD variables
Christian Duerr
2021-12-19
*
Add parameters to `msg create-window` subcommand
Kirill Chibisov
2021-11-22
*
Update signal-hook to 0.3.10
James McCoy
2021-11-15
*
Add multi-window support
Christian Duerr
2021-10-23
*
Update rustfmt configuration
Christian Duerr
2021-10-11
*
Remove unused struct fields
Christian Duerr
2021-09-15
*
Unify the grid line indexing types
Christian Duerr
2021-03-30
*
Add support for single line terminals
ii41
2020-09-27
*
Use `tcgetpgrp` to get PID for SpawnNewInstance
Christian Duerr
2020-08-06
*
Bump minimum supported Rust version to 1.43.0
Kirill Chibisov
2020-07-28
*
Fallback to SHELL instead of passwd if present
Mattbazooka
2020-07-14
*
Remove copyright notice from files
Christian Duerr
2020-06-06
*
Refactor Shell, Command, and Launcher to share impl
Kirill Chibisov
2020-06-05
*
Set IUTF8 input setting on supported platforms
Kirill Chibisov
2020-05-27
*
Extend style guideline documentation
Christian Duerr
2020-05-05
*
Revert "Fix backspace deleting chars when IME is open"
Christian Duerr
2020-02-10
*
Fix crash with invalid working directory
Christian Duerr
2020-01-12
*
Clean up Windows PTY string handling
David Hewitt
2020-01-02
*
Send PTY resize messages through event loop
David Hewitt
2019-12-14
*
Fix WinPTY freeze on termination
Maciej Makowski
2019-11-16
*
Print launch command name on failure
Christian Duerr
2019-10-15
*
Update to winit/glutin EventLoop 2.0
Christian Duerr
2019-10-05
*
Fix empty block selection detection
Christian Duerr
2019-09-13
*
Replace uninitialized with MaybeUninit
Matthias Krüger
2019-09-10
*
Remove errno depedency
Christian Duerr
2019-08-04
*
Bump minimum supported Rust version to 1.34.0
Christian Duerr
2019-07-30
*
Fix compiler warnings
Matthias Krüger
2019-06-09
*
Refactor config parsing files
Christian Duerr
2019-05-10
*
Add git hash to version string, and fix crate name (#2397)
Nathan Lilienthal
2019-05-03
*
Split alacritty into a separate crates
Theodore Dubois
2019-04-28