X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Tue, 1 Jan 2002 08:44:04 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Re: bash 1.04.7(1)-release (i386-pc-msdosdjgpp) problems In-Reply-To: <200201010418.FAA28113@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 1 Jan 2002, Martin Str|mberg wrote: > I can easily make bash (version 2.04.7(1)-release > (i386-pc-msdosdjgpp)) quit unexpectedly. I type > "history|grep asasasas" and immediately throw myself on C-c after > Enter. > > This is done in WINDOZE 4.1 (i.e. 98) and as soon as I've done that > WINDOZE displays a WINDOZE box saying "Finished - BASH > This MS-DOS program has terminated. Click the Close button..." Probably some window of opportunity where C-c isn't caught and ignored. I'm not even sure this is something Bash could reasonably fix: C-c is handled specially by both DOS and COMMAND.COM, so they might do something out of Bash's control. Just don't do that...