Date: Fri, 26 Apr 1996 01:57:23 -0400 (EDT) From: "Y. Lazarovitch" To: djgpp AT delorie DOT com Subject: cgets() and more... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Is there something I can do to make cgets() show the cursor? I have to use cgets() because after a cprintf(), gets() doesn't show anything -- not even the characters being typed. cgets() does show the cursor when I backspace, but the cursor dissapares after I type two (?) more chars. On another note, gxx should check for 'no input files' like gcc does. Now gxx trys to link crt0.o and makes you wait (2 minutes on a 386!) until it stops with a "no refrence to main" error. One more thing: *.* will only get files that have an extension, and although that's probably fine under unix, DOS users take *.* to mean *all* files. I think it should at least be mentioned in the chapter about globbing in the FAQ, if it can't (or shouldn't) be fixed.