Rename decoration_border to child_border.

fixes #2154
This commit is contained in:
Ingo Bürk
2016-01-09 16:47:33 -05:00
parent f14a94031c
commit 811ff07b8e
7 changed files with 40 additions and 42 deletions

View File

@ -54,7 +54,7 @@ struct Colortriple {
color_t background;
color_t text;
color_t indicator;
color_t decoration_border;
color_t child_border;
};
/**