~ 
~    - check, using socket programming, if the remote machine support vt100!
~      I'm trying on using escape codes sending a string ("\e[c") to the
~ remote machine. Unfortunally it writes the result to the remote machine.
~ Is there any way for I get the result !?
~ 
~    - how can I do for not echo charaters to the remote machine(probabily
~ using vt100 escape codes) !?
~ 


 for terminal capabilities you probably would want to have a look on
ncurses library.(give a yell, if would need some examples).

the site http://www.ccil.org/~esr/ncurses.html, has some helpful info as
well.

Reply via email to