summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/src/term
AgeCommit message (Expand)Author
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
2019-11-03Fix URL highlightingChristian Duerr
2019-10-15Add support for alternate scroll escapeAleksey Kuznetsov
2019-10-14Add support for title stack escape sequencesDustin
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-10-02Add live config reload for font sizewayne
2019-09-26Fix selection not inverting terminal backgroundChristian Duerr
2019-09-26Fix cell opacity when color matches terminal bgKirill Chibisov
2019-09-26Fix overflow on wrong scroll region settingKirill Chibisov