Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-16 | LibVT: enforce a minimum size of 1 column and 1 row | joshua stein |
2019-12-09 | AK: Use size_t for the length of strings | Andreas Kling |
2019-12-01 | LibVT: Fixed some debugging code that didn't compile | Brandon Scott |
2019-10-22 | LibVT: Make inject_string() a public API so clients can use it | Andreas Kling |
2019-09-17 | Terminal: Ensure a \t always advances by at least one column | Sergey Bugaev |
2019-08-19 | LibVT: Add scrollback history to VT::Terminal | Andreas Kling |
2019-08-13 | LibVT: Shave down VT::Attribute from 8 bytes to 3 bytes | Andreas Kling |
2019-08-12 | LibVT: Factor out terminal emulation from Terminal to make it reusable | Andreas Kling |