fixed box type for Terminux compatibility
Former-commit-id: 7ed2ec5382d6ab092580df3e2925b46aabd6e7a7
This commit is contained in:
parent
95b52d58ad
commit
c8f42cb24b
|
@ -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