ladybird/Libraries
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
..
LibAudio AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
LibC AK: Add a basic URL class to help us handle URL's 2019-08-10 17:30:35 +02:00
LibCore LibCore: Use URL in CHttpRequest 2019-08-10 19:32:03 +02:00
LibDraw Painter: Fix off-by-one in bounding rects for right-aligned text 2019-08-09 19:51:14 +02:00
LibGUI GJsonArrayModel: Add hook to customize what comes out of GModel::Sort 2019-08-12 11:54:18 +02:00
LibHTML LibHTML: Make some use of Vector::empend(). 2019-08-01 16:50:15 +02:00
LibIPC IPCCompiler: More work towards AudioServer bringup 2019-08-03 19:24:08 +02:00
LibM LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
LibVT LibVT: Factor out terminal emulation from Terminal to make it reusable 2019-08-12 17:34:48 +02:00