Age | Commit message (Expand) | Author |
---|---|---|
2019-09-17 | Terminal: Ensure a \t always advances by at least one column | Sergey Bugaev |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-09-05 | Terminal: Add some basic emoji support | 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-13 | LibVT: Rename VT::BufferPosition to VT::Position and move to own file | Andreas Kling |
2019-08-12 | LibVT: Factor out terminal emulation from Terminal to make it reusable | Andreas Kling |