ladybird/Libraries/LibVT
Sergey Bugaev 6d3f52c4a4 Terminal: Add some basic emoji support
This is not as perfect as it is elsewhere in the system, as we cannot
really change how terminal "thinks about" characters and bytes. What
we can do though, and what this commit does, is to *render* emojis, but
make it seem as if they take up all the space, and all the columns their
bytes would take if they were all regular characters.
2019-09-05 16:37:39 +02:00
..
Makefile LibVT: Factor out terminal emulation from Terminal to make it reusable 2019-08-12 17:34:48 +02:00
Position.h LibVT: Rename VT::BufferPosition to VT::Position and move to own file 2019-08-13 12:56:10 +02:00
Terminal.cpp LibVT: Add scrollback history to VT::Terminal 2019-08-19 19:07:52 +02:00
Terminal.h Terminal: Add some basic emoji support 2019-09-05 16:37:39 +02:00