fixed box type for Terminux compatibility
Former-commit-id: 13a07e06040a05d87637dddf47527cc4d8226b22
This commit is contained in:
parent
0ea8b16df5
commit
69d5c4ca92
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue