Changed MODERN style

This commit is contained in:
Simon 2020-01-09 10:26:03 +01:00
parent 24a3e9e52e
commit acc8b2cf14
1 changed files with 1 additions and 1 deletions

2
menu.c
View File

@ -7,7 +7,7 @@ const struct MenuBorder DEFAULT = {
};
const struct MenuBorder MODERN = {
'|', '-', '-', '-', '-', '-', '-', '-'
'|', '-', '-', '-', '-', '-', '[', ']'
};
const struct MenuBorder NO_BORDER = {