serenity/Userland/Libraries/LibVT
Lenny Maiorani a0d7640e03 Userland: Make use of container version of any_of
Problem:
- New `any_of` implementation takes the entire container so the user
  does not need to pass explicit begin/end iterators. This is unused
  except is in tests.

Solution:
- Make use of the new and more user-friendly version where possible.
2021-08-02 00:37:18 +02:00
..
Attribute.h
CMakeLists.txt
Color.h
EscapeSequenceParser.cpp
EscapeSequenceParser.h
Line.cpp LibVT: Only resize the line after all rewrapping is done 2021-06-24 18:50:45 +02:00
Line.h Userland: Make use of container version of any_of 2021-08-02 00:37:18 +02:00
Position.h LibVT: Rewrap the terminal history along with the normal buffer 2021-06-23 19:04:08 +02:00
Range.h
StateMachine.txt
Terminal.cpp Libraries: Remove unused header includes 2021-08-01 08:10:16 +02:00
Terminal.h LibVT: Always check intermediate bytes in CSI sequences 2021-07-09 20:28:17 +04:30
TerminalWidget.cpp LibGUI: Add a ClipboardClient for GUI::Clipboard 2021-07-27 23:49:25 +02:00
TerminalWidget.h LibGUI: Add a ClipboardClient for GUI::Clipboard 2021-07-27 23:49:25 +02:00
XtermColors.h