mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-24 22:50:28 +00:00
Fix
This commit is contained in:
parent
06a7962df2
commit
b70946f3df
1 changed files with 0 additions and 6 deletions
|
@ -590,12 +590,6 @@ U0 Telnet(U8 *host, U16 port=TELNET_PORT) {
|
|||
HandleControlCodes(*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 {
|
||||
|
|
Loading…
Reference in a new issue