nCurses over telnet

hello all.

my first post here :slight_smile:

i just want a little help.

i have a small app tha uses ncurses for gui, and for user input. I need this app to be executed on a sever side, and have access to it through telnet.

When i test it, i see that enter makes the hole gui move up, and some other things...

So any advise on what should i do, to make curses work with telnet... just as they work localy? I've searched all over the internet and found few sources talking about pty's and telnetd... idon't make match out of it though....

thanks in advance!