summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term
AgeCommit message (Expand)Author
2021-12-03Fix crash when vi cursor in history during cleara5ob7r
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-11-02Fix libxkbcommon-devel package name for openSUSEDiego Garza
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-07-03Fix clippy warningsChristian Duerr
2021-06-20Fix regex search regressiona5ob7r
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-04-13Add vi/mouse hint highlighting supportChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-03-01Add regex terminal hintsChristian Duerr
2021-02-18Fix search freezing AlacrittyChristian 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
2021-01-07Fix inefficient search initializationChristian Duerr
2021-01-03Fix debug mode crash in vi-less searchChristian Duerr
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
2020-11-23Add blinking cursor supportDettorer
2020-11-19Fix vi mode terminal resetChristian Duerr
2020-11-17Fix wide characters being cut offKirill Chibisov
2020-11-15Fix zerowidth characters in the last columnKirill Chibisov
2020-11-13Add ability to select text during searchChristian Duerr
2020-11-13Fix use after free when dropping zerowidth dataKirill Chibisov
2020-11-05Use dynamic storage for zerowidth charactersChristian Duerr
2020-10-10Add support for urgency hints CSITaylor Blau
2020-10-07Bump glutin to 0.25.0Kirill Chibisov
2020-09-27Add support for single line terminalsii41
2020-09-26Fix selection incorrectly expanding when scrolled in historyKirill Chibisov
2020-09-06Pass existing CLI parameters to SpawnNewInstanceRohan Poojary
2020-08-28Add escape to report text area sizeAyose Cazorla
2020-08-25Unify term dimension callsChristian Duerr
2020-08-13Use yellow/red from the config for message bar colorsKirill Chibisov
2020-08-12Add support for double underlinesChristian Duerr