Re: [Qemu-devel] Patch: Ctrl+Ins to copy console on windows

2005-11-21 Thread Jim C. Brown
On Sun, Nov 20, 2005 at 11:03:26AM -0800, art yerkes wrote: > > > This is a small patch to enable copying the current console to the > > > clipboard > > > with Ctrl+Ins. > > > A line break is added after the last nonblank character of each copied > > > line. > > > > > > +static void console_copy(

Re: [Qemu-devel] Patch: Ctrl+Ins to copy console on windows

2005-11-20 Thread art yerkes
On Sun, 20 Nov 2005 18:45:31 +0100 (CET) Johannes Schindelin <[EMAIL PROTECTED]> wrote: > Hi, > > On Sun, 20 Nov 2005, art yerkes wrote: > > > This is a small patch to enable copying the current console to the clipboard > > with Ctrl+Ins. > > A line break is added after the last nonblank charact

Re: [Qemu-devel] Patch: Ctrl+Ins to copy console on windows

2005-11-20 Thread Johannes Schindelin
Hi, On Sun, 20 Nov 2005, art yerkes wrote: > This is a small patch to enable copying the current console to the clipboard > with Ctrl+Ins. > A line break is added after the last nonblank character of each copied line. > > +static void console_copy() > +{ > +#ifdef _WIN32 Thank you! I always wan

[Qemu-devel] Patch: Ctrl+Ins to copy console on windows

2005-11-20 Thread art yerkes
This is a small patch to enable copying the current console to the clipboard with Ctrl+Ins. A line break is added after the last nonblank character of each copied line. -- Here's a simple experiment. Stand on a train track between two locomotives which are pushing on you with equal force in oppos