fixed box type for Terminux compatibility

Former-commit-id: 7ed2ec5382d6ab092580df3e2925b46aabd6e7a7
This commit is contained in:
Nathan 2017-09-07 20:49:22 -05:00
parent 95b52d58ad
commit c8f42cb24b

View file

@ -566,7 +566,7 @@ void interactiveShowData(void) {
//formatted for terminusBold 10x20, no unicode
if(d<5) {
printf("%ls",L"\n╔═════════════════════════════╗\n");
printf("%ls",L"\n┌─────────────────────────────┐\n");
} else {
printf("\n ");
}
@ -581,7 +581,7 @@ void interactiveShowData(void) {
if(d<5) {
printf("%ls",L"\n╚═════════════════════════════╝");
printf("%ls",L"\n└─────────────────────────────┘");
count+=2;
}