keybinding system rewrite

This commit is contained in:
Andrzej Rybczak
2012-07-18 01:34:55 +02:00
parent 4cf9fe33db
commit 181224b837
34 changed files with 4401 additions and 3270 deletions

View File

@@ -98,8 +98,8 @@ namespace NCurses
virtual bool isFiltered() = 0;
};
/// This template class is generic menu, that has holds
/// any values that are std::vector compatible.
/// This template class is generic menu capable of
/// holding any std::vector compatible values.
///
template <typename T> class Menu : public Window, public List
{