mirror of
https://git.sr.ht/~calebccff/pbsplash
synced 2026-01-12 20:48:40 -09:00
No description
The line splitting implementation would look behind to find a space to split on. This does not work if the line is one long word (like a URL), and this implementation would hang as a result. Add support for splitting mid-word in this case and prevent pbsplash from hanging. |
||
|---|---|---|
| .vscode | ||
| include | ||
| src | ||
| .clang-format | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| meson.build | ||