summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/src/term
AgeCommit message (Expand)Author
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-04-09Use config colors to theme Wayland decorationsKirill Chibisov
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-28Fix log target of color config errorsKirill Chibisov
2020-02-27Remove docs for 0xRRGGBB color notationChristian 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
2020-01-11Move Alacritty to organizationChristian Duerr
2020-01-09Fix cut off full width glyphs in last columnChristian Duerr
2019-12-24Fix screen reset not clearing cell flagsChristian Duerr
2019-12-21Fix Windows CI build failureChristian Duerr
2019-12-10Fix colored row reset performanceChristian Duerr
2019-11-23Move renderer from alacritty_terminal to alacrittyKirill Chibisov
2019-11-18Fix deletion of lines when clearing the screenNathan Lilienthal
2019-11-17Fix ESC escapes not ignoring invalid intermediatesKirill Chibisov
2019-11-17Fix cell reset not clearing flags and foregroundKirill Chibisov
2019-11-15Fix `CSI Ps M` deleting lines above cursorChristian Duerr
2019-11-14Fix division by zero without any cols or linesBurak Yigit Kaya
2019-11-12Fix mouse modes not being mutually exclusiveKirill Chibisov
2019-11-11Add escape for reading clipboardChristian Duerr
2019-11-04Add UTF-8 mouse mode supportKirill Chibisov
2019-11-04Fix incorrect cell foreground when clearing screenChristian Duerr