Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input: move VT setup to input layer | Jeremy Kerr | 2018-04-12 | 1 | -1/+17 |
* | input: move cursor & blank mode handling to input layer | Jeremy Kerr | 2018-04-12 | 1 | -0/+13 |
* | input: move active-terminal detection to input code | Jeremy Kerr | 2018-04-12 | 1 | -0/+20 |
* | config: add 'write-only' config option to use null input implementation | Jeremy Kerr | 2018-04-12 | 1 | -0/+5 |
* | input: Add null input implementation | Jeremy Kerr | 2018-04-12 | 1 | -0/+29 |
* | TtyInput: Move global static VT data to within the TtyInputVT class | Jeremy Kerr | 2018-04-12 | 1 | -5/+4 |
* | TtyInput: Make TtyInput an abstract class | Jeremy Kerr | 2018-04-12 | 1 | -9/+29 |
* | Initial commit | Jeremy Kerr | 2018-04-12 | 1 | -0/+312 |