Selbar/Conf: Add max_lenght option to cut title lenght (requested by Erus)

This commit is contained in:
Martin Duquesnoy
2010-04-16 19:31:33 +02:00
parent c7824780fa
commit 49b9a08fab
4 changed files with 20 additions and 3 deletions

View File

@@ -376,6 +376,7 @@ typedef struct
{
char *fg;
uint bg;
int maxlenght;
MouseBinding *mouse;
int nmouse;
} selbar;