summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/mod.rs
AgeCommit message (Expand)Author
2023-05-07Fix 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
2021-07-22Fix insert mode crash with fullwidth charactersChristian Duerr
2021-07-17Fix vi cursor tracking during scrollingChristian Duerr
2021-07-16Fix copying interrupted tab charactersChristian Duerr
2021-07-12Fix search regressionsChristian Duerr
2021-07-04Fix vi cursor motion with ScrollPage* actionsa5ob7r
2021-07-04Fix crash when resizing during vi modeChristian Duerr
2021-05-28Fix crashes with cut-off fullwidth charactersChristian Duerr
2021-05-22Improve rendering performanceChristian Duerr
2021-04-29Fix replacement of fullwidth charactersChristian Duerr
2021-04-22Fix cursor expansion across wide charsChristian Duerr
2021-04-17Fix out of order terminal query responsesChristian Duerr
2021-04-14Fix initial vi cursor position while in scrollbackChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-02-18Fix cursor position when scrolled into historyChristian Duerr
2021-02-13Update dependenciesChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2021-01-21Remove all rustc benchmarksJames McCoy
2020-12-28Draw cursor with rect rendererKirill Chibisov
2020-12-21Replace serde's derive with custom proc macroChristian Duerr
2020-12-05Fix dimming of indexed colorsChristian Duerr
2020-11-28Draw selection below Vi cursor when it's hiddenKirill Chibisov
2020-11-26Fix DoS caused by excessive CSI parameter valuesChristian Duerr