aboutsummaryrefslogtreecommitdiff
path: root/src/term/mod.rs
AgeCommit message (Expand)Author
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
2017-02-27Update cell to cursor template when adding a tab.Anders Rasmussen
2017-02-25Change cursor colors config to use text and cursorJoe Wilm
2017-02-22Lazily reset `start_time` in VisualBell's `completed` methodMark Andrus Roberts
2017-02-17use an empty cell as template when resizing gridsAnders Rasmussen
2017-02-11Handle OSC for setting indexed color valuesJoe Wilm
2017-02-11Move color list to Term structJoe Wilm
2017-02-11Fix issue with cat /dev/urandomJoe Wilm
2017-02-07Add visual bell supportMark Andrus Roberts
2017-02-07Semantic SelectionXiaoyu Yin
2017-02-07Implement clearing above cursorJoe Wilm
2017-02-07Fix zsh tab completionJoe Wilm
2017-02-03Fix bug with restore cursorJoe Wilm
2017-02-03Alacritty now compiles on stable Rust :tada:Joe Wilm
2017-02-02Fix bug introduced with save/restore patchJoe Wilm
2017-02-02Implement save/restore cursor positionJoe Wilm
2017-01-29support for inverting the cursor or using colorsDanny Dulai
2017-01-23Remove debug_print! macrosJoe Wilm
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-21ansi: Designate and invoke graphic character setsRichard Palethorpe
2017-01-11Proposal for line wrap - ^[[7h and ^[[7l (private)Michael Brumlow
2017-01-11Add support for setting title from OSCJoe Wilm
2017-01-09Fix last panic with `cat /dev/urandom`Joe Wilm
2017-01-10Fixing panic on cat /dev/urandomMichael Brumlow
2017-01-07Merge pull request #216 from mbrumlow/better_bounds_checkingJoe Wilm
2017-01-07Changes requested.Michael Brumlow
2017-01-07Fixing resize crashes.Michael Brumlow
2017-01-07Removing stale comment.Michael Brumlow
2017-01-07Implementing line wrapping.Michael Brumlow