1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:48:13 +00:00
serenity/Libraries/LibVT
Andreas Kling b24b111298 LibVT: Factor out terminal emulation from Terminal to make it reusable
Now that we're bringing back the in-kernel virtual console, we should
move towards having a single implementation of terminal emulation.

This patch rips out the emulation code from the Terminal application
and turns it into the beginnings of LibVT.

The basic design idea is that users of VT::Terminal will implement and
provide a VT::TerminalClient subclass to handle presentation-specific
things. We'll need to iterate on this, but it's a start. :^)
2019-08-12 17:34:48 +02:00
..
Makefile LibVT: Factor out terminal emulation from Terminal to make it reusable 2019-08-12 17:34:48 +02:00
Terminal.cpp LibVT: Factor out terminal emulation from Terminal to make it reusable 2019-08-12 17:34:48 +02:00
Terminal.h LibVT: Factor out terminal emulation from Terminal to make it reusable 2019-08-12 17:34:48 +02:00