Writing a text editor in TURBO C - need help - puttext()

Robert Chao rchao at well.UUCP
Sat Nov 18 11:52:14 AEST 1989


I am writing a C program which is going to have a simple text editor
like you'd see in SideKick, etc. Does anyone have any suggestions as
how to write the code? I am using Turbo C with its video features
such as puttext(). I want the thing to have simple word wrapping when
you insert text, and very basic cursor movements. My main decision
is what kind of data structures to use - just the big array used
by puttext()K
?

Thanks

R. Chao



More information about the Comp.lang.c mailing list