ladybird/Libraries/LibVT
Andreas Kling 56974f76be LibVT: Relayout TerminalWidget on font change
We were not recomputing the internal dimensions after a font changed,
which caused things to look very off.

It's still not perfect as we're always using the same (small) font for
bold text, which obviously sticks out like a sore pinky when the rest
of the terminal text is large.
2020-01-08 21:12:40 +01:00
..
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Position.h
Terminal.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Terminal.h
TerminalWidget.cpp LibVT: Relayout TerminalWidget on font change 2020-01-08 21:12:40 +01:00
TerminalWidget.h LibVT: Relayout TerminalWidget on font change 2020-01-08 21:12:40 +01:00
XtermColors.h