From: Noname Newsgroups: comp.os.msdos.djgpp Subject: Text Editor - C Date: Mon, 30 Mar 1998 15:23:41 -0600 Organization: IDT Lines: 13 Message-ID: <35200D5D.FC636154@cyberjunkie.com> NNTP-Posting-Host: ppp-20.ts-1.min.idt.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm looking for a program/function in C that will allow me to create a text-editing box in DOS. Similar to MS-DOS Edit, but without menus and having a special key (may be function) to save and exit. The ability to have it run in a partial-screen would be nice, but not needed. It will have to be keyboard based, because the computer will not have a mouse. My current solution is a loop that allows single lines to be entered and added to the entire message when they hit return. This does not allow lines that have been entered to be edited however, which I would like. Please e-mail me if you can help (I do not get to this NG often). -Noname