Date: Sat, 13 Jul 2002 17:55:13 -0700 From: Adam Weinberger <adam@vectors.cx> To: Jud <jud@myrealbox.com> Cc: freebsd-questions@FreeBSD.ORG, Warren Block <wblock@wonkity.com> Subject: Re: Mouse copy from console to X? Message-ID: <20020714005513.GC83258@vectors.cx> In-Reply-To: <73GY07GB5482PLZXECD94ZNHKJYT4Y.3d308d8d@sparky> References: <Pine.BSF.4.21.0207131414390.58497-100000@wonkity.com> <73GY07GB5482PLZXECD94ZNHKJYT4Y.3d308d8d@sparky>
next in thread | previous in thread | raw e-mail | index | archive | help
ctrl-C is a windows copy command. in the unix world, it's often an abort stroke. the console clipboard and the X clipboard are indeed 2 different things. when i start X, i redirect stderr to stdout, and tee it to a logfile. your best bet is to dump the console contents you want into a file, and then read that file in X. -Adam >> (07.13.2002 @ 1329 PST): Jud said, in 0.6K: << > Have you tried ctrl-C? > > Jud > > > 7/13/2002 4:17:12 PM, Warren Block <wblock@wonkity.com> wrote: > > >Maybe this is easy, but I haven't found any references (pointers > >appreciated). I'd like to be able to copy from a console screen with > >the mouse and then do a paste in X. Or the other way around. > > > >As it is, it seems like these are two separate systems; is there a way > >to use a combined clipboard? > > -- "Oh good, my dog found the chainsaw." -Lilo Adam Weinberger adam@vectors.cx http://www.crackula.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020714005513.GC83258>