Editing text in stdout using C

Hi all ,

I am trying to code for a simpe text editor in C.

I would appreciate, If someone could give me some basic ideas on, how to edit the text in the "stdout" screen.

Also when a user types in a character as an input to any Libray Function, it will be displayed in stdout. How do I block it?

Thanks,
rssrik

Comments

  • : Hi all ,
    :
    : I am trying to code for a simpe text editor in C.
    :
    : I would appreciate, If someone could give me some basic ideas on,
    : how to edit the text in the "stdout" screen.
    :
    : Also when a user types in a character as an input to any Libray
    : Function, it will be displayed in stdout. How do I block it?
    :
    : Thanks,
    : rssrik
    : [color=Red][/color]
    i am not good at it, but lets give iit a try, after each entr you do at command line. the enty is saved in some file, try to get to that file and
    edit it, .....
    now showing this editing...
    tyr printing it again after each and every back space.this is how you gonna get the normal back space KEY.
    now cursor
    try to go to the string position with each and every designated click.
    if you dont get it then please send a message we will try to solve it down,
    to me its something interesting and new,
    regards
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion