summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-24Fix some compiler warningsJoe Wilm
2016-10-24Add discriminant_value test for cell::ColorJoe Wilm
2016-10-23Proof of concept live reloading for colorsJoe Wilm
2016-10-16Add test exhibiting SIGBUS on my machineJoe Wilm
2016-10-15Make colors configurable from fileJoe Wilm
2016-10-14Rustup and update dependenciesJoe Wilm
2016-10-14Fix X11 WaitEventsIterator Busy LoopJoe Wilm
2016-10-10Implement blank character insertionJoe Wilm
2016-10-08Add script for creating flamegraph with perfJoe Wilm
2016-10-08Update cargo.lock with osx clipboardJoe Wilm
2016-10-08Implement copypasta::Load for macos::ClipboardJoe Wilm
2016-10-08Start implementing copypasta, a clipboard libraryJoe Wilm
2016-09-27Don't write v when pasting on macOSJoe Wilm
2016-09-26wipJoe Wilm
2016-09-26Clean up event_loop moduleJoe Wilm
2016-09-25Refactor EventLoop into event_loop moduleJoe Wilm
2016-09-25Resolve compiler warningsJoe Wilm
2016-09-25Fix bug with scrolling regionsJoe Wilm
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