From 6cbfcab2fb83dece8e785901e6bc3a50c7cc5d9b Mon Sep 17 00:00:00 2001 From: y4my4my4m <8145020+y4my4my4m@users.noreply.github.com> Date: Sun, 30 Apr 2023 19:32:47 +0900 Subject: [PATCH] fix --- src/Home/Net/Programs/Telnet.ZC | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Home/Net/Programs/Telnet.ZC b/src/Home/Net/Programs/Telnet.ZC index 401fb6c0..4fbf68fb 100755 --- a/src/Home/Net/Programs/Telnet.ZC +++ b/src/Home/Net/Programs/Telnet.ZC @@ -261,8 +261,6 @@ U0 Telnet(U8 *host, U16 port=TELNET_PORT) { 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); // Prompt user for input and send it to the remote host "\n$$RED$$$BK,1$Input$BK,0$$$BLACK$$: ";