new feature: customizable columns' names

This commit is contained in:
Andrzej Rybczak
2010-05-17 20:11:50 +02:00
parent 9adb762036
commit 53dfda0f98
5 changed files with 92 additions and 58 deletions

View File

@@ -42,6 +42,7 @@ struct Column
{
Column() : right_alignment(0), display_empty_tag(1) { }
std::basic_string<my_char_t> name;
unsigned width;
Color color;
char type;