No description
Find a file
Caleb Connolly 080fcf60ca
line split mid-word instead of hanging
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.
2023-03-06 01:12:31 +00:00
.vscode lots of fixes, add animations! 2022-03-11 02:26:04 +00:00
include nanosvgrast: small cleanup 2023-03-06 00:28:35 +00:00
src line split mid-word instead of hanging 2023-03-06 01:12:31 +00:00
.clang-format add timespec lib, decouple animation from frambuffer rate 2023-02-20 02:25:27 +00:00
.gitignore gitignore: ignore more stuff 2022-08-06 18:35:43 +01:00
.gitmodules first commit! 2021-10-04 01:52:24 +01:00
LICENSE Add LICENSE 2021-10-04 01:54:37 +01:00
meson.build dont forget to link math on gkib 2022-02-28 00:35:59 +00:00