require a bit bigger screen so all possible dialogs will fit
This commit is contained in:
@@ -84,10 +84,10 @@ void Action::ValidateScreenSize()
|
||||
{
|
||||
using Global::MainHeight;
|
||||
|
||||
if (COLS < 20 || MainHeight < 3)
|
||||
if (COLS < 30 || MainHeight < 5)
|
||||
{
|
||||
NC::destroyScreen();
|
||||
std::cout << "Screen is too small!\n";
|
||||
std::cout << "Screen is too small to handle ncmpcpp correctly\n";
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user