I am trying to create a telnet server using sockets. I can connect multiple clients with no problem, I can also display colored text on the remote clients terminal window, but I want to be able to see the exact same thing in a console window on my end, one console window for every connection... is there any way to do this?