Add status to b_manage

This commit is contained in:
2024-03-15 11:31:56 +01:00
parent 54249e5304
commit 1912d17498
4 changed files with 102 additions and 52 deletions

View File

@@ -58,7 +58,7 @@ int main(int argc, char** argv)
auto partial = program.get<bool>("partial");
auto compare = program.get<bool>("compare");
if (number == 0) {
number = std::max(0, numRows() - 4); // 4 is the number of lines used by the menu & header
number = std::max(0, numRows() - 5); // 5 is the number of lines used by the menu & header
}
if (complete)
partial = false;