Mitchell Hashimoto 9d26ab2dc8 memset zero values when resizing a screen
Zig safety checks save us! It was setting undefined values to `0xAA` and
we caught that in a crash. We need to zero this memory.

Practically this happened when `cat`-ing a large file, then attempting
to select and copy any blank trailing space.
2022-08-06 15:44:20 -07:00
..
2022-06-24 18:15:14 -07:00
2022-06-21 15:50:44 -07:00
2022-07-24 09:20:02 -07:00
2022-08-04 16:53:10 -07:00
2022-07-26 09:37:52 -07:00
2022-08-03 21:13:05 -07:00
2022-06-24 18:15:14 -07:00