teditor
1.8.0@@fee5e94
Terminal based editor written in C++
teditor
PromptYesNoKeys
Static Public Attributes
|
List of all members
teditor::PromptYesNoKeys Struct Reference
Static Public Attributes
static std::vector<
KeyCmdPair
>
All
Member Data Documentation
◆
All
std::vector<
KeyCmdPair
> teditor::PromptYesNoKeys::All
static
Initial value:
= {
{
"n"
,
"prompt-insert-char-quit"
},
{
"y"
,
"prompt-insert-char-quit"
}
}
The documentation for this struct was generated from the following file:
editor.cpp
Generated by
1.8.17