commit | 66356ec7e250afc78af23022707445d967cae3a7 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Fri Dec 23 09:25:29 2016 +0100 |
committer | Benno Schulenberg <bensberg@justemail.net> | Fri Dec 23 09:25:29 2016 +0100 |
tree | 638e35473bcef56021177647543d45e60ff22217 | |
parent | 4edc83c3c2f9f8ebb048d243c381339bb9dac5ae [diff] |
screen: draw new content immediately, to prevent color flashes After updating the color palette, the corresponding new window content should be drawn immediately, before some other part of the code calls doupdate(), to prevent the old content being shown in the new colors. This fixes https://savannah.gnu.org/bugs/?49912. Reported-by: Mike Frysinger <vapier@gentoo.org>