render: fix nanosec "overflow" when calculating timeout value

This commit is contained in:
Alexey Sakovets 2022-10-03 19:41:13 +03:00 committed by Daniel Eklöf
parent 2d4f0535c6
commit 37218be648
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
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