From: Ben Shadwick Newsgroups: comp.os.msdos.djgpp Subject: DJGPP text editing Date: Tue, 11 Mar 1997 10:30:59 -0800 Organization: Clark College, Vancouver Wa. USA Lines: 4 Message-ID: <3325A4E3.6175@juno.com> NNTP-Posting-Host: 198.104.137.201 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 I've been working on a BBS door program in DJGPP, and I was wondering if anyone has any suggestions (or info on some programming libraries) about how to make it so that users can input a 4-line message (or hit enter on a blank line to end the message early). C is a real pain compared to BASIC when it comes to input, output, and strings.