summaryrefslogtreecommitdiff
path: root/Libraries/LibVT
AgeCommit message (Expand)Author
2019-09-17Terminal: Ensure a \t always advances by at least one columnSergey Bugaev
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-05Terminal: Add some basic emoji supportSergey 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-13LibVT: Rename VT::BufferPosition to VT::Position and move to own fileAndreas Kling
2019-08-12LibVT: Factor out terminal emulation from Terminal to make it reusableAndreas Kling