Re: stdio on bash shell/emacs

2003-01-30 Thread Joe Buehler
Aaron Edsinger wrote: hi. i've got a c program that works fine through cygwin bash. when i run it from emacs bash on windows, the stdio no longer works. after trolling around on the user groups, i found that using fflush(stdout) will allow a printf to work. however, a call to kbhit() only returns

RE: stdio on bash shell/emacs

2003-01-30 Thread [EMAIL PROTECTED]
n on which readers here can base their responses. Larry Original Message: - From: Aaron Edsinger [EMAIL PROTECTED] Date: Thu, 30 Jan 2003 16:59:59 -0500 To: [EMAIL PROTECTED] Subject: stdio on bash shell/emacs hi. i've got a c program that works fine through cygwin bash. whe

stdio on bash shell/emacs

2003-01-30 Thread Aaron Edsinger
hi. i've got a c program that works fine through cygwin bash. when i run it from emacs bash on windows, the stdio no longer works. after trolling around on the user groups, i found that using fflush(stdout) will allow a printf to work. however, a call to kbhit() only returns true on Ctrl-C. does an