aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
AgeCommit message (Expand)Author
2017-02-22Set cursor only when its visibility changesTuomas Siipola
2017-02-15Implement workaround for Mesa issueJoe Wilm
2017-02-11Move color list to Term structJoe Wilm
2017-02-07Add visual bell supportMark Andrus Roberts
2017-02-06Configurable window dimensionsAnders Rasmussen
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-12make thin stroke rendering configurableTom Crayford
2017-01-11Add support for setting title from OSCJoe Wilm
2017-01-06Added --title argument to set window titleRudis Muiznieks
2017-01-01Improve error handling for shader initializationJoe Wilm
2016-12-31Print nice error messages for font loading errorsJoe Wilm
2016-12-31Propagate font rasterizer errorsJoe Wilm
2016-12-29Fix pty read sometimes not triggering drawJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm