mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
term_clear() should set the background color to RESET, not to 0 (black).
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2417 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
aaeea771c2
commit
c1d61ddeaf
@ -183,7 +183,7 @@ void term_clear(void)
|
||||
{
|
||||
if (term_detached) return;
|
||||
|
||||
term_set_color(root_window, 0);
|
||||
term_set_color(root_window, ATTR_RESET);
|
||||
terminfo_clear();
|
||||
term_move_reset(0, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user