summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/src/grid
AgeCommit message (Expand)Author
2020-07-09Fix cursor reflowChristian Duerr
2020-07-06Preserve linewrap flag across alt screen switchesChristian Duerr
2020-07-01Fix reflow of empty wrapped cursor lineChristian Duerr
2020-06-26Clear selection on clear line/screen escapesKirill Chibisov
2020-06-25Fix scroll down escape pulling lines from historyChristian Duerr
2020-06-18Add automatic scrolling during selectionChristian Duerr
2020-06-06Remove copyright notice from filesChristian Duerr
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-05Extend style guideline documentationChristian 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-07Fix selection with invisible start and endChristian Duerr
2020-02-12Fix incorrect display offset after rotationKirill Chibisov
2020-01-28Fix inconsistent test module namingChristian Duerr
2020-01-26Fix incorrect grid.len() and grid.history_size()Kirill Chibisov
2020-01-24Fix selection rotating outside of scrolling regionChristian Duerr
2020-01-21Fix first cell when selection is off screenChristian Duerr
2020-01-09Fix cut off full width glyphs in last columnChristian Duerr
2020-01-04Update outdated reftestsKirill Chibisov
2019-12-22Fix crash on clear when scrolled up in historyKirill Chibisov
2019-12-13Fix storage rotation errorChristian Duerr
2019-12-12Fix crash when resizing AlacrittyChristian Duerr
2019-12-10Fix colored row reset performanceChristian Duerr
2019-11-19Remove tests failing in release modeChristian Duerr
2019-11-18Fix deletion of lines when clearing the screenNathan Lilienthal
2019-11-03Fix URL highlightingChristian Duerr
2019-11-02Fix clippy warningsChristian Duerr
2019-10-23Update dependenciesKirill Chibisov
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-08-26Fix url highlight not showing with required modifiersChristian Duerr
2019-08-03Move modifier check before URL searchChristian Duerr
2019-08-01Switch to rfind_url for URL detectionChristian Duerr
2019-07-10Fix row occ not set during new and resetChristian Duerr
2019-06-28Fix rows only resetting partiallyChristian Duerr
2019-06-23Fix performance issues with text reflowChristian Duerr
2019-04-28Fix spelling mistakesJDTX
2019-04-28Split alacritty into a separate cratesTheodore Dubois