ladybird/Userland/Libraries/LibVT
Andreas Kling a2baab38fd Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
I hereby declare these to be full nouns that we don't split,
neither by space, nor by underscore:

- Breadcrumbbar
- Coolbar
- Menubar
- Progressbar
- Scrollbar
- Statusbar
- Taskbar
- Toolbar

This patch makes everything consistent by replacing every other variant
of these with the proper one. :^)
2021-04-13 16:58:15 +02:00
..
CMakeLists.txt
Line.cpp LibVT: Make VT::Line use a Vector for storage 2021-02-27 09:23:06 +01:00
Line.h LibVT: New terminal cells should be filled with whitespace, not '\0' 2021-03-01 11:37:22 +01:00
Position.h
Range.h
Terminal.cpp LibVT: Make VT::Line use a Vector for storage 2021-02-27 09:23:06 +01:00
Terminal.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TerminalWidget.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
TerminalWidget.h Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
XtermColors.h