summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/mod.rs
AgeCommit message (Expand)Author
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
2019-06-06Re-invert cursor when in selectionElaina Martineau
2019-06-02Add foreground/background request escape codesrbong
2019-05-11Add support for double-click bracket-pair selectionJean Mertz
2019-05-11Fix cursor only showing up over left half of wide charactersElaina Martineau
2019-05-10Refactor config parsing filesChristian Duerr
2019-04-29Fix selection of double-width charactersChristian Duerr
2019-04-28Fix spelling mistakesJDTX
2019-04-28Switch from copypasta to rust-clipboardChristian Duerr
2019-04-28Fix double-width characters in URLs only highlighting halfwayElaina Martineau
2019-04-28Split alacritty into a separate cratesTheodore Dubois