aboutsummaryrefslogtreecommitdiff
path: root/src/term/mod.rs
Commit message (Expand)AuthorAge
* 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
* Fix BCE issues affecting vimJoe Wilm2017-08-11
* Support background and foreground color escape codes (#662)Tuomas Siipola2017-07-28
* add support for X input method (#691)Ted Yin2017-07-24
* Implement and use ansi attribute CancelBold (#659)ftilde2017-07-20
* Add dim color supportJake Merdich2017-06-23
* Update tests for new Selection APIJoe Wilm2017-06-19
* Fix unnecessary redraws with active selectionJoe Wilm2017-06-19
* Implement semantic and line selection draggingJoe Wilm2017-06-19
* Fix bright inverse colors (#621)DarkDefender2017-06-18
* Implement 'backwards tab'Aaron Hill2017-06-18
* Use cursor cell template when handling 'CSI X' escape sequenceAaron Hill2017-06-14
* Add support for Beam, Underline cursorsJoe Wilm2017-06-11
* Implement FocusIn/FocusOut reports (#589)Aaron Hill2017-05-29
* Use debug! instead of println!Dominik Miedziński2017-05-12
* Fix Device Status reportsDominik Miedziński2017-05-08
* Add support for Query Device StatusDominik Miedziński2017-05-07
* Fix bug in SizeInfo::contains_pointJoe Wilm2017-05-06
* Add window padding optionTuomas Siipola2017-05-06
* Fix glyph offsets in cellJoe Wilm2017-05-06
* Fix bug with tab renderingJoe Wilm2017-05-01
* Support insert modeJoe Wilm2017-05-01
* Add limit check in scroll_up/down_relativeJoe Wilm2017-05-01
* Implement tab stop manipulationJoe Wilm2017-05-01
* Remove unused limit functionJoe Wilm2017-04-20
* Fix some bugs with resizeJoe Wilm2017-04-20
* Fix issue with back_color_eraseJoe Wilm2017-04-19
* Pass scrolling region tests in vttest 2Joe Wilm2017-04-19
* Partially add DECCOLM supportJoe Wilm2017-04-19
* Support DECOM (Origin Mode)Joe Wilm2017-04-18
* Fixes for vttest cursor movement screen 1Joe Wilm2017-04-18
* Implement LF/NLJoe Wilm2017-04-18
* fix tabulation renderingRoman Shmatov2017-04-04
* Fix issue with htop rendering incorrectlyJoe Wilm2017-04-03
* Handle CSI command J3 (Clear saved lines)Aaron Hill2017-03-04
* Add support for wide charactersJoe Wilm2017-03-02
* Update cell to cursor template when adding a tab.Anders Rasmussen2017-02-27