mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 19:32:07 +00:00
I accidentally inverted this behavior in commit 2042d909972
Previously it read:
```cpp
constexpr bool is_untouched() const { return !(flags & Touched); }
```
|
||
|---|---|---|
| .. | ||
| Attribute.h | ||
| CharacterSet.h | ||
| CMakeLists.txt | ||
| Color.h | ||
| EscapeSequenceParser.cpp | ||
| EscapeSequenceParser.h | ||
| Line.cpp | ||
| Line.h | ||
| Position.h | ||
| Range.h | ||
| StateMachine.txt | ||
| Terminal.cpp | ||
| Terminal.h | ||
| TerminalWidget.cpp | ||
| TerminalWidget.h | ||
| XtermColors.h | ||