window: support 'previous' background value for better composability

This commit is contained in:
Andrzej Rybczak
2014-11-11 17:37:59 +01:00
parent d26c3c8fc5
commit 059db198be
6 changed files with 72 additions and 71 deletions

View File

@@ -444,7 +444,7 @@ void write_bindings(NC::Scrollpad &w)
section(w, "", "List of available colors");
for (int i = 0; i < COLORS; ++i)
w << NC::Color(i) << i+1 << NC::Color::End << " ";
w << NC::Color(i, NC::Color::transparent) << i+1 << NC::Color::End << " ";
}
}