This commit is contained in:
y4my4my4m 2023-04-30 19:32:47 +09:00
parent 8ad6968dec
commit 6cbfcab2fb

View file

@ -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$$: ";