diff --git a/main.cpp b/main.cpp index 6c05b7e..bf5e3c6 100644 --- a/main.cpp +++ b/main.cpp @@ -448,8 +448,11 @@ int main() update = [&]() { getmaxyx(stdscr, height, width); + wclear(windowVersion); drawVersion(windowVersion); + wclear(windowDeviceBar); drawDeviceBar(windowDeviceBar, smartList, select); + wclear(windowDeviceStatus); drawStatus(windowDeviceStatus, smartList[select]); doupdate(); };