aboutsummaryrefslogtreecommitdiff
path: root/src/term
AgeCommit message (Expand)Author
2017-12-03Add cursor style option (#928)Christian Duerr
2017-12-03clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger
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
2017-05-07Add support for Query Device StatusDominik Miedziński
2017-05-06Fix bug in SizeInfo::contains_pointJoe Wilm
2017-05-06Add window padding optionTuomas Siipola
2017-05-06Fix glyph offsets in cellJoe Wilm
2017-05-01Fix bug with tab renderingJoe Wilm
2017-05-01Support insert modeJoe Wilm
2017-05-01Add limit check in scroll_up/down_relativeJoe Wilm
2017-05-01Implement tab stop manipulationJoe Wilm
2017-04-20Remove unused limit functionJoe Wilm
2017-04-20Fix some bugs with resizeJoe Wilm
2017-04-19Fix issue with back_color_eraseJoe Wilm
2017-04-19Pass scrolling region tests in vttest 2Joe Wilm
2017-04-19Partially add DECCOLM supportJoe Wilm
2017-04-18Support DECOM (Origin Mode)Joe Wilm
2017-04-18Fixes for vttest cursor movement screen 1Joe Wilm
2017-04-18Implement LF/NLJoe Wilm
2017-04-04fix tabulation renderingRoman Shmatov
2017-04-03Fix issue with htop rendering incorrectlyJoe Wilm
2017-03-04Handle CSI command J3 (Clear saved lines)Aaron Hill
2017-03-02Add support for wide charactersJoe Wilm