mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
Fix
This commit is contained in:
parent
06a7962df2
commit
b70946f3df
@ -590,12 +590,6 @@ U0 Telnet(U8 *host, U16 port=TELNET_PORT) {
|
|||||||
HandleControlCodes(*ptr);
|
HandleControlCodes(*ptr);
|
||||||
ptr++;
|
ptr++;
|
||||||
}
|
}
|
||||||
// Reset ansi_param_count and ansi_code
|
|
||||||
ansi_param_count = 0;
|
|
||||||
I64 wtv;
|
|
||||||
for (wtv = 0; wtv < MAX_ANSI_PARAMS; wtv++) {
|
|
||||||
ansi_code[wtv] = 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user