require closing page number argument

This commit is contained in:
yggverse 2024-08-12 21:12:08 +03:00
parent ff592df8b5
commit fa52a8fa70
3 changed files with 17 additions and 7 deletions

View file

@ -44,7 +44,9 @@ void Main::tab_append()
void Main::tab_close()
{
tab->close();
tab->close(
-1 // active
);
};
void Main::tab_close_left()