X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 27 Jan 2012 22:34:07 +0200 From: Eli Zaretskii Subject: Re: CTRL-C In-reply-to: <41bcb7c8-33a4-4e56-b0e1-ef7bffdebcdd@do4g2000vbb.googlegroups.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <8362fwzxz4.fsf@gnu.org> References: <41bcb7c8-33a4-4e56-b0e1-ef7bffdebcdd AT do4g2000vbb DOT googlegroups DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Georg > Date: Fri, 27 Jan 2012 10:22:59 -0800 (PST) > > I try to port an editor program to DOS. This uses CTRL-C to copy text > into the clipboard. With DJGPP this terminates the program. > > Is there a way to turn this off? You can turn this off by invoking the __djgpp_set_ctrl_c function.