mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
@@ -23,6 +23,9 @@ cmCursesOptionsWidget::cmCursesOptionsWidget(int width, int height, int left,
|
||||
bool cmCursesOptionsWidget::HandleInput(int& key, cmCursesMainForm* /*fm*/,
|
||||
WINDOW* w)
|
||||
{
|
||||
if (this->Options.empty()) {
|
||||
return false;
|
||||
}
|
||||
switch (key) {
|
||||
case 10: // 10 == enter
|
||||
case KEY_ENTER:
|
||||
|
||||
Reference in New Issue
Block a user