aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term
AgeCommit message (Expand)Author
2024-01-14Fix inline search expanding across newlinesChristian Duerr
2024-01-06Fix serde tests without default featuresChristian Duerr
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-09Fix regex patterns allowing for empty stringsChristian Duerr
2023-10-08Fix regex matches ending on multilineChristian Duerr
2023-10-08Update dependenciesChristian Duerr
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-05-23Switch to VTE's built-in ansi featureAnhad Singh
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-01-15Preserve last column with erase in line rightChristian Duerr
2022-10-12Fix clippy warningsChristian Duerr
2022-09-01Add IPC config subcommandChristian Duerr
2022-07-29Make grid mutably accessible to librariesMikayla Maki
2022-07-24Fix inverted condition for cell's extra clearingKirill Chibisov
2022-07-11Fix hyperlinks not being keyboard actionableKirill Chibisov
2022-07-10Add support for hyperlink escape sequenceKirill Chibisov
2022-06-09Fix flickering during resize on WaylandKirill Chibisov
2022-06-07Fix old vi cursor not being properly damagedKirill Chibisov
2022-06-02Fix a few minor clippy lintsYuri Astrakhan
2022-05-26Fix Vi cursor not being damaged on scrollKirill Chibisov
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2022-03-31Fix OSC 4 color response formatChristian Duerr
2022-03-16Add colored underline supportKirill Chibisov
2022-03-10Fix crash when searching during resetChristian Duerr
2022-02-14Add support for dashed and dotted underlinesKirill Chibisov
2022-02-08Add support for drawing undercurlsKirill Chibisov
2022-02-07Fix alacritty_terminal not emitting damage on color changeKirill Chibisov
2022-02-02Add damage tracking and reporting to compatible compositorsKirill Chibisov
2022-01-21Fix typo in SizeInfo padding_y rustdocÖmer Sinan Ağacan
2022-01-15Add ´?´ support to OSC 4DaftMouse
2022-01-08Fix fullwidth char regex search infinite loopChristian Duerr
2022-01-07Fix last column block selectiona5ob7r
2022-01-04Trim \n from hints/semantic-/simple selectiona5ob7r
2021-12-18Keep history position when viewport is cleareda5ob7r
2021-12-18Remove trailing whitespace from block selectionjeremycostanzo
2021-12-03Fix vi cursor moving incorrectly with new outputa5ob7r