mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
49467515d6
In the case where the screen was enlarged, we don't eagerly resize the line vectors. If a subsequent erase display occurred, we'd only erase to the old size of the lines, rather than the new size, which could result in a black square in the upper right corner of the display. Repro scenario is: * resize window larger than initial height * `dialog --yesno hello 0 0` The dialog background should fill the display. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |