Implement highlighting right/bottom borders of splitted windows

Fixes #299
This commit is contained in:
Michael Stapelberg
2012-01-22 11:22:15 +00:00
parent 318d4fdeef
commit f9bc434e2a
6 changed files with 63 additions and 21 deletions

View File

@ -54,6 +54,7 @@ struct Colortriple {
uint32_t border;
uint32_t background;
uint32_t text;
uint32_t indicator;
};
/**