mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
6fdee3aa9f
This can happen when a window becomes too small for display: then we set the ncurses chat window to NULL. So when displaying buffer, we'll skip it if the ncurses chat window is NULL. Steps to reproduce crash: 1. /window splith 2. /window resize -1 (many times, until chat area is less than one line) 3. /window balance