[patch] support xclipboard

2006-03-16 Thread vadim
Patch for support XCLIPBOARD from mc. It can work in 2 way: - using Xlib if mc compile with-x - using external program if mc compile without-x External program is xclip ( http://people.debian.org/~kims/xclip/ ) and qtclipb ( attached file or http://www.klv.lg.ua/~vadim/ ). qtclipb be writed for

Re: [patch] support xclipboard

2006-03-16 Thread Oswald Buddenhagen
On Thu, Mar 16, 2006 at 12:09:20PM +0200, vadim wrote: Patch for support XCLIPBOARD from mc. cool. xclip can not insert into XCLIPBOARD under KDE. try disabling klipper and/or playing with its options. as an option, your code should be able to use PRIMARY instead of CLIPBOARD - that should

Re: [patch] support xclipboard

2006-03-16 Thread Pavel Tsekov
Patch for support XCLIPBOARD from mc. It can work in 2 way: - using Xlib if mc compile with-x - using external program if mc compile without-x External program is xclip ( http://people.debian.org/~kims/xclip/ ) and qtclipb ( attached file or http://www.klv.lg.ua/~vadim/ ). qtclipb be writed

Re: [patch] support xclipboard

2006-03-16 Thread
I'll try to review this patch in the next few days. In any case I'll split it in 2 or 3 (Xlib and non-Xlib variants) parts and I'll commit/review them separately. But why do you want to split it? why not #if #else #endif ? ps I use this patch for a half of a year. pps Проблема возникла только

(no subject)

2006-03-16 Thread
xclip can not insert into XCLIPBOARD under KDE. try disabling klipper and/or playing with its options. I allways have running klipper. as an option, your code should be able to use PRIMARY instead of CLIPBOARD - that should help with some klipper configurations and sounds like a