Age | Commit message (Expand) | Author |
---|---|---|
2016-12-29 | Add Default impl for Cell | Joe Wilm |
2016-12-29 | Fix pty read sometimes not triggering draw | Joe Wilm |
2016-12-29 | Fix some bugs with selections | Joe Wilm |
2016-12-29 | Unify Cursor, Location and name it Point | Joe Wilm |
2016-12-29 | Fix selection copy for long lines | Joe Wilm |
2016-12-26 | Implement copying selection for macOS | Joe Wilm |
2016-12-22 | Implement visual component of mouse selections | Joe Wilm |
2016-12-16 | Misc formatting fixes | Joe Wilm |
2016-12-16 | Rustup and clippy | Joe Wilm |
2016-12-15 | Handle overflow in Term::move_backward | Joe Wilm |
2016-12-12 | Remove need for Rc<RefCell<_>> usage | Joe Wilm |
2016-12-11 | Track terminal cells on mouse movement | Joe Wilm |
2016-12-11 | Display manages window, renderer, rasterizer | Joe Wilm |
2016-12-11 | Implement Handler::identify_terminal for Term | Joe Wilm |
2016-12-11 | Add support for indexed colors | Joe Wilm |
2016-12-11 | Add support for bracketed paste | Joe Wilm |
2016-12-11 | Move term::cell module to its own file | Joe Wilm |