Telnet Protocol Question!
<div class="IPBDescription">I've looked everywhere...</div> Hi guys! Sorry if this is the wrong place to ask, but I have a quick question about telnet protocol.
I've searched google up and down and all I find are the same 'operation codes' over and over again. What I want to know is:
How do you write to a specific character space on a remote 80x60 terminal? I know it's possible -- unix programs like pico and pine do it.
Thanks! I've been searching for weeks for a solution to this one.
Rhuadin
I've searched google up and down and all I find are the same 'operation codes' over and over again. What I want to know is:
How do you write to a specific character space on a remote 80x60 terminal? I know it's possible -- unix programs like pico and pine do it.
Thanks! I've been searching for weeks for a solution to this one.
Rhuadin
Comments
So when you log into a linux box, when you type stuff and hit enter it appears in a line at the bottom.
However, when you run pico, it no longer just prints stuff out the bottom -- now it changes stuff in the whole screen. Like, if I delete a character in the middle of the screen, it doesn't have to print out the next screen -- it just removes that single character.
So how can I make my program do that, instead of just send lines that get printed on the bottom of the terminal?
Thanks,
Rhuadin