new feature: support for merging screens together

This commit is contained in:
Andrzej Rybczak
2011-11-12 19:47:47 +01:00
parent e31dec7005
commit 56467eaac6
44 changed files with 633 additions and 218 deletions

View File

@@ -34,7 +34,7 @@ namespace Display
std::string *format;
};
std::string Columns();
std::string Columns(size_t);
template <typename T> void Generic(const T &t, void *, Menu<T> *menu)
{