aboutsummaryrefslogtreecommitdiff
path: root/src/term/mod.rs
AgeCommit message (Expand)Author
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
2017-01-07Better bounds checking.Michael Brumlow
2017-01-07Fixes a slew of bounds issues.Michael Brumlow
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar
2017-01-06Remove need for inclusive rangesManish Goregaokar
2017-01-06Remove need for range_contains featureManish Goregaokar
2017-01-06Remove need for step_by featureManish Goregaokar
2017-01-06Handle invalid gotos more gracefully.Josh Leverette
2017-01-01Add support for SGR mouse reportingJoe Wilm
2016-12-29Improve RenderableCellsIter performanceJoe Wilm
2016-12-29Add Default impl for CellJoe Wilm
2016-12-29Fix pty read sometimes not triggering drawJoe Wilm
2016-12-29Fix some bugs with selectionsJoe Wilm
2016-12-29Unify Cursor, Location and name it PointJoe Wilm
2016-12-29Fix selection copy for long linesJoe Wilm
2016-12-26Implement copying selection for macOSJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-15Handle overflow in Term::move_backwardJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-11Track terminal cells on mouse movementJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Implement Handler::identify_terminal for TermJoe Wilm
2016-12-11Add support for indexed colorsJoe Wilm
2016-12-11Add support for bracketed pasteJoe Wilm
2016-12-11Move term::cell module to its own fileJoe Wilm