Files
ghostty/src
Mitchell Hashimoto 3bd77259bf font: don't use intCast on index
This is a weird one. By using intCast on the `idx` I am periodically
getting a panic on index out of bounds where the index is larger than
FontIndex can possibly be. Very strange!

I tried to just remove intCasts and believe it or not that worked.
Previously, `cat /dev/urandom` would trigger the issue in seconds and
now I've had it running 20+ minutes without the issue.

The additional `if` check is just a safety mechanism
2023-08-31 21:16:56 -07:00
..
2023-03-24 19:39:50 -07:00
2023-08-31 21:16:56 -07:00
2023-06-30 12:15:31 -07:00
2023-08-08 14:27:34 +02:00
2023-08-16 22:08:05 -07:00
2023-08-08 14:27:34 +02:00
2023-08-09 15:18:35 -07:00
2022-08-18 11:42:32 -07:00
2023-06-30 12:15:31 -07:00
2022-04-26 16:18:34 -07:00
2023-08-08 14:27:34 +02:00