On Tue, Jul 03, 2012 at 06:28:11PM +0200, Erik Faye-Lund wrote: > Is there some other way of getting EOF from the console than Ctrl+C? > If not, perhaps we can disable the Ctrl+C handling altogether for the > current process, and restore the console mode on EOF? That only leaves > the "Bash kills our process"-case, but Bash seems to set a sane > console mode anyway. On unix systems, you can generally send EOF on a terminal using Ctrl+D (and strbuf_getline should handle it properly). I have no clue if that works on a Windows console, though. Also, I wonder if these kind of terminal issues are different based on the terminal emulator you are using (e.g., msys bash window versus something like pterm). -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html