mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
If we resize/maximize the window, we might end up with some lines in history that had a different length than the current terminal width. That's okay, so let's not crash because of it. Fixes #620.