diff --git a/src/ui/Window.hxx b/src/ui/Window.hxx index 4cee902e..a0889c4b 100644 --- a/src/ui/Window.hxx +++ b/src/ui/Window.hxx @@ -45,7 +45,7 @@ struct Window { } void SetBackgroundStyle(Style style) const noexcept { - wbkgd(w, COLOR_PAIR(unsigned(style))); + wbkgdset(w, COLOR_PAIR(unsigned(style))); } void Move(Point p) const noexcept {