aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/mod.rs
AgeCommit message (Expand)Author
10 daysAdd CSI Ps I supportKirill Chibisov
2024-11-22Fix vi motion with wide semantic escape charsChristian Duerr
2024-11-02Fix racing condition in hint triggeringChristian Duerr
2024-09-07Improve TermMode bitflags initializationDimitri Sabadie
2024-07-05Fix search bug with wrapline on first characterChristian Duerr
2024-05-24Fix spelling errorsJosh Soref
2024-04-18Fix window being focused by defaultKirill Chibisov
2024-03-12Fix hint `Select` action for hyperlink escapeChristian Duerr
2024-03-06Fix log typoshuajin tong
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-08Update dependenciesChristian 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-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-07-29Make grid mutably accessible to librariesMikayla Maki
2022-07-11Fix hyperlinks not being keyboard actionableKirill Chibisov
2022-07-10Add support for hyperlink escape sequenceKirill Chibisov
2022-06-07Fix old vi cursor not being properly damagedKirill Chibisov
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-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
2021-12-03Fix crash when vi cursor in history during cleara5ob7r
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-10-23Add multi-window supportChristian Duerr
2021-08-01Fix fullwidth character crash on resizeChristian Duerr