ENH: Do not do configure first time. This way ccmake loads fast.
This commit is contained in:
parent
8cb6645ad8
commit
cb9e995d0b
|
@ -189,11 +189,8 @@ int main(int argc, char** argv)
|
|||
cmCursesForm::CurrentForm = myform;
|
||||
|
||||
myform->InitializeUI();
|
||||
if (myform->Configure() == 0 )
|
||||
{
|
||||
myform->Render(1, 1, x, y);
|
||||
myform->HandleInput();
|
||||
}
|
||||
|
||||
// Need to clean-up better
|
||||
curses_clear();
|
||||
|
|
Loading…
Reference in New Issue