Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Basic bindkey functionality #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

llloret
Copy link

@llloret llloret commented Jun 10, 2016

Inspired in readline's rl_bind_key functionality.

So that in the application we can do something like:

    linenoiseBindkeyAdd(ctrlChar('T'), &f1);
    linenoiseBindkeyAdd(ctrlChar('X'), &f2);    

And call those functions when the keys are detected while in linenoise()

Inspired in readline's rl_bind_key functionality
@llloret
Copy link
Author

llloret commented Jun 15, 2016

Hi, is there any interest on this PR?

@jsteemann
Copy link

Yes, and thanks!
We would be happy to accept the patch, but for legal reasons we need you to fill out and sign our Contributor Agreement. You can scan and email the pdf file to cla@arangodb.com or send it via fax to +49-221-2722999-88. Sorry for the inconvenience, but once the agreement is there the PR can be merged.

@llloret
Copy link
Author

llloret commented Jun 16, 2016

Where can I find the Contributor Agreement?

@jsteemann
Copy link

Sorry, I didn't send the link. The CLA PDF is here: https://www.arangodb.com/documents/cla.pdf

@fceller
Copy link

fceller commented Mar 2, 2017

@llloret thanks a lot for your fix. Can you sign a contributor licence agreement available at https://www.arangodb.com/documents/cla.pdf?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants