Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bad math in moving the cursor when the window size changes. | Jeremy Klein | 2015-10-05 | 2 | -19/+14 |
| | |||||
* | Add support for mouse move event forwarding. | Jeremy Klein | 2015-10-01 | 1 | -15/+52 |
| | |||||
* | Add support for mouse wheel forwarding. | Jeremy Klein | 2015-10-01 | 2 | -0/+43 |
| | |||||
* | Handle mouse events when the terminal won't. Add more comments. | Jeremy Klein | 2015-10-01 | 1 | -0/+4 |
| | |||||
* | Forward mouseevents to the terminal when appropriate. | Jeremy Klein | 2015-10-01 | 2 | -4/+2 |
| | | | | | | | Only handle mouse events locally if shift is held. Partially fixes #225. Still need to figure out mouse wheel forwarding and proper copy support when the terminal is handling selection itself (ie in an editor). | ||||
* | Use Integer.valueOf(...) to save memory | Kenny Root | 2015-08-20 | 1 | -1/+1 |
| | | | | This allows the pooling of Integer instances. | ||||
* | Convert to gradle build system | Kenny Root | 2014-10-01 | 6 | -0/+5746 |