summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/mod.rs
AgeCommit message (Expand)Author
2020-03-24Fix cursor position after alt screen resizeChristian Duerr
2020-03-21Bump version to RC3v0.4.2-rc3Christian 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
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-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
2019-09-09Reset the Mouse Cursor While SelectingNathan Lilienthal
2019-08-24Show text cursor when pressing shift in mouse modeJohn Sullivan
2019-08-03Move modifier check before URL searchChristian Duerr
2019-08-01Switch to rfind_url for URL detectionChristian Duerr
2019-07-28Fix cursor flickering on url hoverKirill Chibisov
2019-07-10Fix cursor color setting with escape sequenceKirill Chibisov
2019-07-08Change mouse cursor when hovering over the message barElaina Martineau
2019-06-23Fix performance issues with text reflowChristian Duerr
2019-06-21Fix inconsitent cursor position when scrollingKirill Chibisov
2019-06-20Add block selectionChristian Duerr
2019-06-15Fix dynamic color escape responseChristian Duerr
2019-06-09Add wayland primary selection clipboard supportChristian Duerr
2019-06-06Fix index out of bounds during selectionChristian Duerr