summaryrefslogtreecommitdiffstats
path: root/src/term
AgeCommit message (Expand)Author
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-06Render underline on empty cellsTuomas Siipola
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
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