Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetSearchMode
Method
SetSearchMode
Source/CursesDialog/cmCursesMainForm.cxx:666–670 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
664
}
665
666
void cmCursesMainForm::SetSearchMode(bool enable)
667
{
668
this->SearchMode = enable;
669
curs_set(enable);
670
}
671
672
void cmCursesMainForm::HandleInput()
673
{
Callers
1
HandleInput
Method · 0.95
Calls
1
curs_set
Function · 0.85
Tested by
no test coverage detected