aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
AgeCommit message (Expand)Author
8 daysAdd CSI Ps I supportKirill Chibisov
2024-11-22Fix vi motion with wide semantic escape charsChristian Duerr
2024-11-02Bump all dependenciesChristian Duerr
2024-11-02Fix racing condition in hint triggeringChristian Duerr
2024-10-21Do not pull serde without serde featureYizhePKU
2024-10-18Bump development version to 0.15.0-devChristian Duerr
2024-10-18Revert "Add unicode 16 support"Christian Duerr
2024-10-10Add unicode 16 supportChristian Duerr
2024-10-07Fix highlight invalidation on grid scrollChristian Duerr
2024-10-07Remove unused `Clone` requirementsChristian Duerr
2024-10-03Remove startup notify variables only for shellKirill Chibisov
2024-10-02Move root config fields to `[general]` sectionChristian Duerr
2024-09-22Fix fullwidth semantic escape charactersChristian Duerr
2024-09-07Improve TermMode bitflags initializationDimitri Sabadie
2024-08-16Make `ConPty` creation fallible张小白
2024-07-17Bump MSRV to 1.74.0Kirill Chibisov
2024-07-05Fix search bug with wrapline on first characterChristian Duerr
2024-05-24Fix spelling errorsJosh Soref
2024-05-23Fix IO safety violation from consequent dropping `OwnedFd`Jakob Hellermann
2024-05-22Fix FD leak after closing child windowsChristian Duerr
2024-05-15Ignore shell RCs for macOS zsh wrapperNathan Lilienthal
2024-05-04Bump winit to 0.30.0Kirill Chibisov
2024-05-03Bump alacritty_terminal to 0.24.1-devChristian Duerr
2024-05-01Add `from_file_descriptors()` to `tty::unix`Owen Law
2024-04-18Fix window being focused by defaultKirill Chibisov
2024-03-31Update homepage and repository in Cargo manifestsFoorack / Max Faxälv
2024-03-18Allow setting terminal env vars via PTY optionsKirill Bulatov
2024-03-18Bump dependenciesChristian Duerr
2024-03-12Fix hint `Select` action for hyperlink escapeChristian Duerr
2024-03-09Set PTY's pixel size on startupKirill Chibisov
2024-03-09Send exit code events on child process exitKirill Bulatov
2024-03-07Expose more process info on WindowsSmall White
2024-03-06Fix log typoshuajin tong
2024-02-28Fix feature = "cargo-clippy" deprecationDimitris Apostolou
2024-02-14Fix regional scrolling leaking into historyChristian Duerr
2024-02-11Fix row indexing with inclusive rangesAlexandru Placinta
2024-02-08Remove extra TIOCSWINSZ ioctl on startupKirill Chibisov
2024-02-05Bump alacritty_terminal to 0.22.1Christian Duerr
2024-02-02Fix unnecessary explicit panic in PTY Conrad Irwin
2024-01-27Fix invalid bounds in selection range conversionMohammad AlSaleh
2024-01-14Fix inline search expanding across newlinesChristian Duerr
2024-01-06Fix serde tests without default featuresChristian Duerr
2023-12-30Passthrough potential errors for `EventLoopSender`Hyper
2023-12-28Derive `Clone` for `EventLoopSender`Hyper
2023-12-14Update alacritty versionsChristian Duerr
2023-12-06Implement kitty's keyboard protocolKirill Chibisov
2023-11-29Fix DECRPM reportingKirill Chibisov
2023-11-24Bump dependenciesKirill Chibisov
2023-11-23Damage only terminal inside `alacritty_terminal`Kirill Chibisov
2023-11-23Add support for DECRPM/DECRQMKirill Chibisov