summaryrefslogtreecommitdiff
path: root/Libraries/LibVT/Terminal.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-16LibVT: enforce a minimum size of 1 column and 1 rowjoshua stein
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-01LibVT: Fixed some debugging code that didn't compileBrandon Scott
2019-10-22LibVT: Make inject_string() a public API so clients can use itAndreas Kling
2019-09-17Terminal: Ensure a \t always advances by at least one columnSergey Bugaev
2019-08-19LibVT: Add scrollback history to VT::TerminalAndreas Kling
2019-08-13LibVT: Shave down VT::Attribute from 8 bytes to 3 bytesAndreas Kling
2019-08-12LibVT: Factor out terminal emulation from Terminal to make it reusableAndreas Kling