aboutsummaryrefslogtreecommitdiff
path: root/src/term
Commit message (Expand)AuthorAge
...
* 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
* Change cursor colors config to use text and cursorJoe Wilm2017-02-25
* Lazily reset `start_time` in VisualBell's `completed` methodMark Andrus Roberts2017-02-22
* use an empty cell as template when resizing gridsAnders Rasmussen2017-02-17
* Handle OSC for setting indexed color valuesJoe Wilm2017-02-11
* Move color list to Term structJoe Wilm2017-02-11
* Fix issue with cat /dev/urandomJoe Wilm2017-02-11
* Add visual bell supportMark Andrus Roberts2017-02-07
* Semantic SelectionXiaoyu Yin2017-02-07
* Implement clearing above cursorJoe Wilm2017-02-07
* Fix zsh tab completionJoe Wilm2017-02-07
* Render underline on empty cellsTuomas Siipola2017-02-06
* Fix bug with restore cursorJoe Wilm2017-02-03
* Alacritty now compiles on stable Rust :tada:Joe Wilm2017-02-03
* Fix bug introduced with save/restore patchJoe Wilm2017-02-02
* Implement save/restore cursor positionJoe Wilm2017-02-02
* support for inverting the cursor or using colorsDanny Dulai2017-01-29
* Remove debug_print! macrosJoe Wilm2017-01-23
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* ansi: Designate and invoke graphic character setsRichard Palethorpe2017-01-21
* Proposal for line wrap - ^[[7h and ^[[7l (private)Michael Brumlow2017-01-11
* Add support for setting title from OSCJoe Wilm2017-01-11
* Fix last panic with `cat /dev/urandom`Joe Wilm2017-01-09
* Fixing panic on cat /dev/urandomMichael Brumlow2017-01-10
* Merge pull request #216 from mbrumlow/better_bounds_checkingJoe Wilm2017-01-07
|\
| * Changes requested.Michael Brumlow2017-01-07
| * Removing stale comment.Michael Brumlow2017-01-07
| * Implementing line wrapping.Michael Brumlow2017-01-07
| * Better bounds checking.Michael Brumlow2017-01-07
* | Fixing resize crashes.Michael Brumlow2017-01-07
|/
* Fixes a slew of bounds issues.Michael Brumlow2017-01-07
* Clippy fixes!Manish Goregaokar2017-01-06
* Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar2017-01-06