Files
ladybird/Userland/Libraries/LibVT/TerminalWidget.cpp
Arda Cinar 25f1e81d62 LibVT: Handle utf-8 search strings in find
Instead of iterating through the needle being searched one byte at a
time (like an ascii string), we calculate its unicode code points first
and then iterate through those.
2023-02-05 13:50:38 +01:00

48 KiB