mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
fix
This commit is contained in:
parent
8ad6968dec
commit
6cbfcab2fb
1 changed files with 0 additions and 2 deletions
|
@ -261,8 +261,6 @@ U0 Telnet(U8 *host, U16 port=TELNET_PORT) {
|
||||||
|
|
||||||
if (!skip_input)
|
if (!skip_input)
|
||||||
{
|
{
|
||||||
// should have a timer that checks if data is being received
|
|
||||||
// look at the Clocks graphics demo (count.jiffies) maybe
|
|
||||||
Sleep(200);
|
Sleep(200);
|
||||||
// Prompt user for input and send it to the remote host
|
// Prompt user for input and send it to the remote host
|
||||||
"\n$$RED$$$BK,1$Input$BK,0$$$BLACK$$: ";
|
"\n$$RED$$$BK,1$Input$BK,0$$$BLACK$$: ";
|
||||||
|
|
Loading…
Reference in a new issue