summaryrefslogtreecommitdiffstats
path: root/src/input.rs
AgeCommit message (Expand)Author
2017-02-07Semantic SelectionXiaoyu Yin
2017-02-06Send mouse wheel commands only if they're supportedTuomas Siipola
2017-02-05Add "Quit" action to allow exit on a Cmd-W or Cmd-QBrandur
2017-02-02Decouple input processing from TermJoe Wilm
2017-01-30Load the primary clipboard when pastingjc00ke
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-08Remove some dead codeJoe Wilm
2017-01-06Fix issue with some international inputsJoe Wilm
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-02Send correct character sequence with alt keyJoe Wilm
2017-01-02Fix scrolling with SGR modeJoe Wilm
2017-01-02Better error message when xclip is not availableJoe Wilm
2017-01-01Improve error handling for clipboard actionsJoe Wilm
2017-01-01Add support for SGR mouse reportingJoe 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-26Implement copying selection for macOSJoe Wilm
2016-12-26Refactor bindings and fix binding testsJoe Wilm
2016-12-26Major cleanup for event handlingJoe Wilm
2016-12-25Refactor input processing to take action contextJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-12Fix a couple of compiler warningsJoe Wilm
2016-12-11Track terminal cells on mouse movementJoe Wilm
2016-12-11Implement mouse scrolling with line deltasJoe Wilm
2016-12-11Add support for bracketed pasteJoe Wilm
2016-12-11Support trackpad scrollingJoe Wilm
2016-12-11Support normal mouse tracking modeJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-11-17Make bindings configurable from alacritty.ymlJoe Wilm
2016-11-17Fallback to received chars when no bindingsJoe Wilm
2016-11-11Fix/add some keybindingsJoe Wilm
2016-10-16Add test exhibiting SIGBUS on my machineJoe Wilm
2016-10-14Rustup and update dependenciesJoe 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-25Refactor EventLoop into event_loop moduleJoe Wilm
2016-09-25Resolve compiler warningsJoe Wilm
2016-09-24Use evented I/O for the ptyJoe Wilm
2016-08-14Fix testsJoe Wilm
2016-07-30Input expects modifier keys from GlutinJoe 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-16Fix Control-H bugJoe Wilm
2016-07-04Correctly handle Backspace and DeleteJoe Wilm
2016-07-02Move WriteNotifier type into input moduleJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm