Changed MODERN style
This commit is contained in:
parent
24a3e9e52e
commit
acc8b2cf14
2
menu.c
2
menu.c
@ -7,7 +7,7 @@ const struct MenuBorder DEFAULT = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const struct MenuBorder MODERN = {
|
const struct MenuBorder MODERN = {
|
||||||
'|', '-', '-', '-', '-', '-', '-', '-'
|
'|', '-', '-', '-', '-', '-', '[', ']'
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct MenuBorder NO_BORDER = {
|
const struct MenuBorder NO_BORDER = {
|
||||||
|
Reference in New Issue
Block a user