Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetInEdit
Method
SetInEdit
Source/CursesDialog/cmCursesStringWidget.cxx:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void cmCursesStringWidget::SetInEdit(bool inedit)
36
{
37
this->InEdit = inedit;
38
curs_set(inedit);
39
}
40
41
void cmCursesStringWidget::OnTab(cmCursesMainForm* /*unused*/,
42
WINDOW* /*unused*/)
Callers
3
OnReturn
Method · 0.95
HandleInput
Method · 0.95
Render
Method · 0.80
Calls
1
curs_set
Function · 0.85
Tested by
no test coverage detected