aboutsummaryrefslogtreecommitdiff
path: root/src/term/mod.rs
AgeCommit message (Expand)Author
2018-01-14Use memcpy for resetting row contentsJoe Wilm
2018-01-13Remove some unused methods and implsJoe Wilm
2018-01-13Eliminate ClearRegion traitJoe Wilm
2018-01-13Back Grid with VecDequeJoe Wilm
2018-01-06Add clippy check to travisChristian Duerr
2018-01-06Improve ability of alacritty to deal with broken configChristian Duerr
2018-01-05Prevent font_size_modifier from sinking too low (#994)Christian Duerr
2018-01-02Add support for set-clipboard. (#970)Geert Jansen
2017-12-24Refactor populate cursor, fix-wide-cursor (#762)Oliver Uvman
2017-12-24Change mouse cursor on terminal mode change (#865)Dustin
2017-12-24Adding dynamic_title property to configuration (#819)Wesley Gahr
2017-12-24Add box cursor to unfocused underline and beamChristian Duerr
2017-12-24Add custom box cursor for unfocused windowChristian Duerr
2017-12-24Add custom beam cursorChristian Duerr
2017-12-24Update comment to reference proper characterChristian Duerr
2017-12-24Revert to old system for macosChristian Duerr
2017-12-24Add custom underline cursorChristian Duerr
2017-12-23Update bitflags to v1Chet Gurevitch
2017-12-22Assure that newlines are in selections (#777)Dustin
2017-12-22Style nitsJoe Wilm
2017-12-22Implement faux scrollingChristian Duerr
2017-12-03Add cursor style option (#928)Christian Duerr
2017-11-11Match LF behavior outside scroll region with urxvtJoe Wilm
2017-11-11Correct linefeed handling when scroll region set (#855)Yan
2017-10-30fix some typos in commentsMartin Lindhe
2017-10-21Set urgent WM flag on bell on X11 systems (#812)Barret Rennie
2017-10-21Fix solid background color opacity (#847)Joe Wilm
2017-10-14Implement user actions for font resize (#625)Dan Aloni
2017-10-14Fix resize behaviorJoe Wilm
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-09-05Update most remaining depsJonathan Schleußer
2017-08-29Fix reloading colors from config (#756)Tuomas Siipola
2017-08-22Fix newline + scroll region bug (#747)Joe Wilm
2017-08-11Fix smcup/rmcup toggle bugJoe Wilm
2017-08-11Rename some variables for clarityJoe Wilm
2017-08-11Fix BCE issues affecting vimJoe Wilm
2017-07-28Support background and foreground color escape codes (#662)Tuomas Siipola
2017-07-24add support for X input method (#691)Ted Yin
2017-07-20Implement and use ansi attribute CancelBold (#659)ftilde
2017-06-23Add dim color supportJake Merdich
2017-06-19Update tests for new Selection APIJoe Wilm
2017-06-19Fix unnecessary redraws with active selectionJoe Wilm
2017-06-19Implement semantic and line selection draggingJoe Wilm
2017-06-18Fix bright inverse colors (#621)DarkDefender
2017-06-18Implement 'backwards tab'Aaron Hill
2017-06-14Use cursor cell template when handling 'CSI X' escape sequenceAaron Hill
2017-06-11Add support for Beam, Underline cursorsJoe Wilm
2017-05-29Implement FocusIn/FocusOut reports (#589)Aaron Hill
2017-05-12Use debug! instead of println!Dominik Miedziński
2017-05-08Fix Device Status reportsDominik Miedziński