aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
Commit message (Expand)AuthorAge
* Add alacritty extension script support.rahm2Josh Rahm2024-08-14
* Fix spelling errorsJosh Soref2024-08-14
* Fix IO safety violation from consequent dropping `OwnedFd`Jakob Hellermann2024-08-14
* Fix FD leak after closing child windowsChristian Duerr2024-08-14
* Ignore shell RCs for macOS zsh wrapperNathan Lilienthal2024-08-14
* Bump winit to 0.30.0Kirill Chibisov2024-08-14
* Bump alacritty_terminal to 0.24.1-devChristian Duerr2024-08-14
* Add `from_file_descriptors()` to `tty::unix`Owen Law2024-08-14
* Fix window being focused by defaultKirill Chibisov2024-08-14
* Update homepage and repository in Cargo manifestsFoorack / Max Faxälv2024-08-14
* Allow setting terminal env vars via PTY optionsKirill Bulatov2024-08-14
* Bump dependenciesChristian Duerr2024-08-14
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-08-14
* Set PTY's pixel size on startupKirill Chibisov2024-08-14
* Send exit code events on child process exitKirill Bulatov2024-08-14
* Expose more process info on WindowsSmall White2024-08-14
* Fix log typoshuajin tong2024-08-14
* Fix feature = "cargo-clippy" deprecationDimitris Apostolou2024-08-14
* Fix regional scrolling leaking into historyChristian Duerr2024-02-14
* Fix row indexing with inclusive rangesAlexandru Placinta2024-02-11
* Remove extra TIOCSWINSZ ioctl on startupKirill Chibisov2024-02-08
* Bump alacritty_terminal to 0.22.1Christian Duerr2024-02-05
* Fix unnecessary explicit panic in PTY Conrad Irwin2024-02-02
* Fix invalid bounds in selection range conversionMohammad AlSaleh2024-01-27
* Fix inline search expanding across newlinesChristian Duerr2024-01-14
* Fix serde tests without default featuresChristian Duerr2024-01-06
* Passthrough potential errors for `EventLoopSender`Hyper2023-12-30
* Derive `Clone` for `EventLoopSender`Hyper2023-12-28
* Update alacritty versionsChristian Duerr2023-12-14
* Implement kitty's keyboard protocolKirill Chibisov2023-12-06
* Fix DECRPM reportingKirill Chibisov2023-11-29
* Bump dependenciesKirill Chibisov2023-11-24
* Damage only terminal inside `alacritty_terminal`Kirill Chibisov2023-11-23
* Add support for DECRPM/DECRQMKirill Chibisov2023-11-23
* Update VTE to 0.13.0Kirill Chibisov2023-11-23
* Add `--option` argument to `create-window`Christian Duerr2023-11-11
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix clippy warningsPavel Roskin2023-10-29
* Fix typosPavel Roskin2023-10-25
* Add inline vi mode searchChristian Duerr2023-10-20
* Use openpty-rustix instead of nixKirill Chibisov2023-10-11
* Fix regex patterns allowing for empty stringsChristian Duerr2023-10-09
* Fix regex matches ending on multilineChristian Duerr2023-10-08
* Fix PTY being closed on creationKirill Chibisov2023-10-08
* Update dependenciesChristian Duerr2023-10-08
* Port from mio to pollingJohn Nunley2023-10-07
* Bump VTE to 0.12.0Kirill Chibisov2023-09-26
* Fix regex memory usageChristian Duerr2023-09-17
* Fix crash with anchored searchesChristian Duerr2023-08-31
* Update regex-automata to v0.3.6Christian Duerr2023-08-27