render: fix nanosec "overflow" when calculating timeout value

This commit is contained in:
Alexey Sakovets 2022-10-03 19:41:13 +03:00
parent 332cb90134
commit b1e2167655
2 changed files with 6 additions and 1 deletions

View file

@ -82,6 +82,8 @@
* Scrollback search matches not being highlighted correctly, on
compositors that does now allow Wayland buffer re-use
(e.g. KDE/plasma).
* Nanosecs "overflow" when calculating timeout value for
`resize-delay-ms` option.
[1173]: https://codeberg.org/dnkl/foot/issues/1173