summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/mod.rs
AgeCommit message (Expand)Author
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-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-12Add support for double underlinesChristian Duerr
2020-07-28Bump minimum supported Rust version to 1.43.0Kirill Chibisov
2020-07-27Fix CellForeground and CellBackground cursor colorsKirill Chibisov
2020-07-26Invert fixed color cursor if it's close to cell bgChristian Duerr
2020-07-23Add secondary DA supportChristian Duerr
2020-07-15Add support for searching without vi modeChristian Duerr
2020-07-11Remove gui dependencies from alacritty_terminalKirill Chibisov
2020-07-10Add option to run command on bell Kirill Chibisov
2020-07-09Add regex scrollback buffer searchChristian Duerr
2020-07-06Fix saved cursor handlingChristian Duerr
2020-07-06Preserve linewrap flag across alt screen switchesChristian Duerr
2020-07-01Fix reflow of empty wrapped cursor lineChristian Duerr
2020-06-29Fix foreground dimming with truecolor textCarlo Abelli
2020-06-28Rename alt_grid to inactive_gridChristian Duerr
2020-06-26Clear selection on clear line/screen escapesKirill Chibisov
2020-06-18Add automatic scrolling during selectionChristian Duerr
2020-06-07Remove copypasta dependency from alacritty_terminalKirill Chibisov
2020-06-06Remove copyright notice from filesChristian Duerr
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-17Fix crash when writing wide char in last columnChristian Duerr
2020-05-05Extend style guideline documentationChristian Duerr
2020-05-01Fix clippy warningsMatthias Krüger
2020-04-20Clear selection on grid swapRémi Garde
2020-03-30Fix tabstops not being reset with 'reset'Kirill Chibisov
2020-03-26Remove `fs::read_to_string` reimplementationsChristian Duerr
2020-03-24Fix cursor position after alt screen resizeChristian Duerr
2020-03-21Fix invisible selectionChristian Duerr
2020-03-18Add modal keyboard motion modeChristian Duerr
2020-03-14Fix live config reload for window titleChristian Duerr
2020-03-07Fix selection with invisible start and endChristian Duerr
2020-03-01Remove `tabspaces` config optionChristian Duerr
2020-03-01Fix tabs across linewrapChristian Duerr
2020-02-23Fix config reload updating incorrect gridChristian Duerr
2020-02-22Fix block selection including last columnChristian Duerr
2020-02-10Revert "Fix backspace deleting chars when IME is open"Christian Duerr
2020-02-07Fix selection expansion across full-width glyphsChristian Duerr
2020-01-31Mirror OSC query terminatorChristian Duerr
2020-01-26Fix incorrect grid.len() and grid.history_size()Kirill Chibisov
2020-01-21Fix first cell when selection is off screenChristian Duerr
2020-01-20Remove scrolling.auto_scroll featureKirill Chibisov
2020-01-15Expand line selection across wrapped linesChristian Duerr