aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src
AgeCommit message (Expand)Author
2024-03-19Fix regional scrolling leaking into historyChristian Duerr
2024-03-19Fix row indexing with inclusive rangesAlexandru Placinta
2024-03-19Remove extra TIOCSWINSZ ioctl on startupKirill Chibisov
2024-03-19Fix unnecessary explicit panic in PTY Conrad Irwin
2024-03-19Fix invalid bounds in selection range conversionMohammad AlSaleh
2024-03-19Fix inline search expanding across newlinesChristian Duerr
2024-01-06Fix serde tests without default featuresJames McCoy
2024-01-06Passthrough potential errors for `EventLoopSender`Hyper
2024-01-06Derive `Clone` for `EventLoopSender`Hyper
2023-12-06Implement kitty's keyboard protocolKirill Chibisov
2023-11-29Fix DECRPM reportingKirill Chibisov
2023-11-23Damage only terminal inside `alacritty_terminal`Kirill Chibisov
2023-11-23Add support for DECRPM/DECRQMKirill Chibisov
2023-11-23Update VTE to 0.13.0Kirill Chibisov
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-29Fix clippy warningsPavel Roskin
2023-10-25Fix typosPavel Roskin
2023-10-20Add inline vi mode searchChristian Duerr
2023-10-11Use openpty-rustix instead of nixKirill Chibisov
2023-10-09Fix regex patterns allowing for empty stringsChristian Duerr
2023-10-08Fix regex matches ending on multilineChristian Duerr
2023-10-08Fix PTY being closed on creationKirill Chibisov
2023-10-08Update dependenciesChristian Duerr
2023-10-07Port from mio to pollingJohn Nunley
2023-09-17Fix regex memory usageChristian Duerr
2023-08-31Fix crash with anchored searchesChristian Duerr
2023-08-27Update regex-automata to v0.3.6Christian Duerr
2023-07-22Add `terminal` config section to control OSCs Kirill Chibisov
2023-07-18Remove unnecessary mutable referencesPavel Roskin
2023-07-16Mention all the actions in the man pageKirill Chibisov
2023-07-13Unset `XDG_ACTIVATION_TOKEN` in alacritty_terminalKirill Chibisov
2023-06-26Update wix on the release CIKirill Chibisov
2023-06-19Add support for loading conpty.dllPavel Roskin
2023-06-17Fix the crash when shrinking scrolled terminalKirill Chibisov
2023-06-17Add errors for deserializing with unknown fieldsChristian Duerr
2023-06-15Fix `alacritty msg config` toml replacementChristian Duerr
2023-06-12Switch to TOML configuration formatChristian Duerr
2023-06-11Bump dependenciesPavel Roskin
2023-05-23Switch to VTE's built-in ansi featureAnhad Singh
2023-05-17Update xdg and dirs crateKirill Chibisov
2023-05-17Update bitflags to 2.2.1Kirill Chibisov
2023-03-24Fix selection rotation on the last lineChristian Duerr
2023-03-19Fix `;` character in URI OSC 8 payloadKirill Chibisov
2023-02-02Update winit to 0.28Kirill Chibisov
2023-02-02Prefer environment variables over passwdJovan Gerodetti
2023-01-15Preserve last column with erase in line rightChristian Duerr
2022-12-14Fix multi-line bracket selectionChristian Duerr
2022-10-22Fix startup failure on macOS with dash as /bin/shKirill Chibisov
2022-10-12Fix clippy warningsChristian Duerr
2022-09-30Migrate from winapi to windows-syskillian