new attribute for a columns view: do not display empty tag marker

This commit is contained in:
Andrzej Rybczak
2009-08-24 20:57:40 +02:00
parent c961ab411c
commit 3998cb80f2
4 changed files with 30 additions and 9 deletions

View File

@@ -39,11 +39,14 @@ const int null_key = std::numeric_limits<int>::max();
struct Column
{
Column() : right_alignment(0), display_empty_tag(1) { }
unsigned width;
Color color;
char type;
bool fixed;
bool right_alignment;
bool display_empty_tag;
};
struct ncmpcpp_keys