aboutsummaryrefslogtreecommitdiff
path: root/src/term/mod.rs
Commit message (Expand)AuthorAge
* Fix crash when selection leaves viewportChristian Duerr2018-06-02
* Fix 4+ line copyingJoe Wilm2018-06-02
* Support selections with scrolling bufferJoe Wilm2018-06-02
* Move selection into GridJoe Wilm2018-06-02
* Style cleanupJoe Wilm2018-06-02
* Make number of scrollback lines configurableJoe Wilm2018-06-02
* Scroll to bottom on character receivedJoe Wilm2018-06-02
* Fir cursor not scrollingJoe Wilm2018-06-02
* checkpoint: very basic scrolling worksJoe Wilm2018-06-02
* Use memcpy for resetting row contentsJoe Wilm2018-06-02
* Remove some unused methods and implsJoe Wilm2018-06-02
* Eliminate ClearRegion traitJoe Wilm2018-06-02
* Back Grid with VecDequeJoe Wilm2018-06-02
* Fix clippy lintsChristian Duerr2018-05-11
* Extend SGR and VT200 (normal) mouse supportCelti Burroughs2018-03-12
* Fix benchmarksChristian Duerr2018-03-09
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Update arraydeque dependencyAndy Lok2018-02-28
* Implement `reset_state` of Term struct (#1035)Christian Duerr2018-01-18
* Add clippy check to travisChristian Duerr2018-01-06
* Improve ability of alacritty to deal with broken configChristian Duerr2018-01-06
* Prevent font_size_modifier from sinking too low (#994)Christian Duerr2018-01-05
* Add support for set-clipboard. (#970)Geert Jansen2018-01-02
* Refactor populate cursor, fix-wide-cursor (#762)Oliver Uvman2017-12-24
* Change mouse cursor on terminal mode change (#865)Dustin2017-12-24
* Adding dynamic_title property to configuration (#819)Wesley Gahr2017-12-24
* Add box cursor to unfocused underline and beamChristian Duerr2017-12-24
* Add custom box cursor for unfocused windowChristian Duerr2017-12-24
* Add custom beam cursorChristian Duerr2017-12-24
* Update comment to reference proper characterChristian Duerr2017-12-24
* Revert to old system for macosChristian Duerr2017-12-24
* Add custom underline cursorChristian Duerr2017-12-24
* Update bitflags to v1Chet Gurevitch2017-12-23
* Assure that newlines are in selections (#777)Dustin2017-12-22
* Style nitsJoe Wilm2017-12-22
* Implement faux scrollingChristian Duerr2017-12-22
* Add cursor style option (#928)Christian Duerr2017-12-03
* Match LF behavior outside scroll region with urxvtJoe Wilm2017-11-11
* Correct linefeed handling when scroll region set (#855)Yan2017-11-11
* fix some typos in commentsMartin Lindhe2017-10-30
* Set urgent WM flag on bell on X11 systems (#812)Barret Rennie2017-10-21
* Fix solid background color opacity (#847)Joe Wilm2017-10-21
* Implement user actions for font resize (#625)Dan Aloni2017-10-14
* Fix resize behaviorJoe Wilm2017-10-14
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Update most remaining depsJonathan Schleußer2017-09-05
* Fix reloading colors from config (#756)Tuomas Siipola2017-08-29
* Fix newline + scroll region bug (#747)Joe Wilm2017-08-22
* Fix smcup/rmcup toggle bugJoe Wilm2017-08-11
* Rename some variables for clarityJoe Wilm2017-08-11