aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-24Use evented I/O for the ptyJoe Wilm
2016-09-23Fix some compiler warningsJoe Wilm
2016-09-23Add unhandled `execute` logJoe Wilm
2016-09-23Fix missing `esc_dispatch` logJoe Wilm
2016-09-21Fix refresh bugJoe Wilm
2016-09-19Update VTE for OSC string fixJoe Wilm
2016-09-18Delete an extra spaceJoe Wilm
2016-09-18Make use of `unlikely` intrinsicJoe Wilm
2016-09-18Minor fixesJoe Wilm
2016-09-18rustupJoe Wilm
2016-09-18Rewrite ansi parser using vte crateJoe Wilm
2016-09-16Remove extra wait_events()Joe Wilm
2016-09-16Fix crashJoe Wilm
2016-09-15Implement delete_charsJoe Wilm
2016-09-06Fix resize not redrawing immediatelyJoe Wilm
2016-09-05Update deps and remove printlnsJoe Wilm
2016-09-01Move rendering back to main threadJoe Wilm
2016-08-31Eliminate extra rendersJoe Wilm
2016-08-30Update serde, glutinJoe Wilm
2016-08-29Separate input handling from renderingJoe Wilm
2016-08-22Scrolling v2Joe Wilm
2016-08-22Term [unimplemented] prints to stderr in releaseJoe Wilm
2016-08-22Term handles LineClearMode::{Left, All}Joe Wilm
2016-08-19Fix scrolling directions to match ansi docJoe Wilm
2016-08-19Add Origin mode to parserJoe Wilm
2016-08-19Fix bug in inputJoe Wilm
2016-08-19Fix corruption issueJoe Wilm
2016-08-14Fix testsJoe Wilm
2016-08-14Pin nightly compiler on travisJoe Wilm
2016-08-14Support bold/italic font rendering on LinuxJoe Wilm
2016-08-12Support bold/italic font rendering on macOSJoe Wilm
2016-08-03Add support for CGContextSetFontSmoothingStyleJoe Wilm
2016-08-03Fix arrow keys on macOSJoe Wilm
2016-08-03Update Glutin to get Cocoa modifier keysJoe Wilm
2016-07-30Input expects modifier keys from GlutinJoe Wilm
2016-07-29Optimizations for `find /usr`Joe Wilm
2016-07-29Fix debug printing in ansiJoe Wilm
2016-07-29Add test for inputJoe Wilm
2016-07-29Early return in input handlingJoe Wilm
2016-07-29Switch to write_all in input handlerJoe Wilm
2016-07-29Move debug macros to macros.rsJoe Wilm
2016-07-29Remove unnecessary calls in gridJoe Wilm
2016-07-29Fix tests in ansiJoe Wilm
2016-07-23Fix bug getting stuck in non-CSI escapesJoe Wilm
2016-07-16Add more debug printingJoe Wilm
2016-07-16Fix Control-H bugJoe Wilm
2016-07-16Fix bug in newlineJoe Wilm
2016-07-16Fix bug rendering inverted cellsJoe Wilm
2016-07-15Update to latest nightlyJoe Wilm
2016-07-12Remove noisey printing on macOSJoe Wilm