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
8ad6968dec
commit
6cbfcab2fb
@ -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…
x
Reference in New Issue
Block a user