Home
last modified time | relevance | path

Searched refs:MenuDoc (Results 1 – 4 of 4) sorted by relevance

/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Duser_interface.hh33 MenuDoc, enumerator
H A Djson_ui.cc98 case InfoStyle::MenuDoc: return R"("menuDoc")"; in to_json()
H A Dterminal_ui.cc1256 if (style == InfoStyle::MenuDoc) in info_show()
1301 else if (style == InfoStyle::MenuDoc) in info_show()
H A Dcommands.cc2302 if (style == "menu") return InfoStyle::MenuDoc; in __anon866708e24902()