Re: [dev] [surf] [PATCH] improve title change handling

2014-02-13 Thread Quentin Rameau
I'm weary about ifdef statements and it doesn't look like this would handle future versions of webkit anyway. Yes, I'm not fond either of defining use cases with preprocessor statements, that's why I'm rather asking if we should keep the if check (as it is only useful for outdated versions of

Re: [dev] [st] [PATCH] Allow mouse copy-paste for programs that claim mouse to themselves by holding shift

2014-02-13 Thread Roberto E. Vargas Caballero
Classical example of when this is required is Midnight Commander - it have useful mouse integration, but copy-pasting a filename or two is sometimes a nice thing to be able to do. Some other terminal emulators achieve this by not sending mouse events to the program whenever Shift is pressed,

Re: [dev] [st] [PATCH] Allow mouse copy-paste for programs that claim mouse to themselves by holding shift

2014-02-13 Thread Raphaƫl Proust
On Thu, Feb 13, 2014 at 10:02 AM, Roberto E. Vargas Caballero k...@shike2.com wrote: Classical example of when this is required is Midnight Commander - it have useful mouse integration, but copy-pasting a filename or two is sometimes a nice thing to be able to do. Some other terminal emulators

Re: [dev] [st] [PATCH] Allow mouse copy-paste for programs that claim mouse to themselves by holding shift

2014-02-13 Thread Roberto E. Vargas Caballero
Is it the application's job or the terminal's to provide an escape mechanism for the mouse claiming? Can an application claim shift+mouseclicks? I have a similar feeling (this is the reason why I asked about opinions), because when you are in a X environment copy/paste is supplied by the X