I'm not sure this would work as expected -- at least not in the normal
terminal windows. It seems like ctrl-k is being processed by the terminal
or os itself, not by fish.
i.e. kill_add is *not* being called when I press ctrl-k.
-Dave
On Wed, Mar 31, 2010 at 4:28 AM, michael <[email protected]> wrote:
> Hi,
>
> Since on OSX the X11 server is not always running, it would be better
> to sync the killring with the pasteboard instead of the X11 clipboard.
> That is very easy to accomplish:
>
> in kill.c:
> That is actually very easy to fix: in kill.c:99c99
> < wchar_t *cmd = wcsdupcat(L"echo -n ", escaped_str, L"|
> pbcopy" );
> ---
> > wchar_t *cmd = wcsdupcat(L"echo ", escaped_str, L"|xsel -b"
> );
>
> One should do a conditional, so that this is only called in OSX, or
> even have it configurable...
>
> Michael
>
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Fish-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/fish-users
>
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users