ls instead hwinfo; update UI even mutex is locked

This commit is contained in:
2020-09-20 00:12:18 +02:00
parent 04f46bb9d6
commit 66cfbb5da2
4 changed files with 30 additions and 23 deletions

View File

@ -60,7 +60,7 @@ private:
static WINDOW *createSystemStats(int iXSize, int iYSize, int iYStart);
static WINDOW *createMenuView(int iXSize, int iYSize, int iXStart, int iYStart, struct MenuState menustate);
static WINDOW *createDialog(int iXSize, int iYSize, int iXStart, int iYStart, string selectedTask, string optionA, string optionB);
static WINDOW* createFrozenWarning(int iXSize, int iYSize, int iXStart, int iYStart, string sPath, string sModelFamily, string sModelName, string sSerial);
static WINDOW* createFrozenWarning(int iXSize, int iYSize, int iXStart, int iYStart, string sPath, string sModelFamily, string sModelName, string sSerial, string sProgress);
void displaySelectedDrive(Drive drive, int stdscrX, int stdscrY);