Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not a real Issue, more a question about how to add to cmus #2

Open
tbrumm opened this issue Oct 10, 2019 · 4 comments
Open

Not a real Issue, more a question about how to add to cmus #2

tbrumm opened this issue Oct 10, 2019 · 4 comments

Comments

@tbrumm
Copy link

tbrumm commented Oct 10, 2019

Hi,
sorry to open an issue for this, but do you have some more information how to add this to cmus? you wrote: add to command_mode.c array block, but do you have any example? I'm a little lost at the moment.

Many Thanks
Torsten

@aeb5005
Copy link
Owner

aeb5005 commented Oct 10, 2019 via email

@aeb5005
Copy link
Owner

aeb5005 commented Oct 10, 2019

looked it up for you

cmus github: https://github.com/cmus/cmus/blob/master/command_mode.c
command_mode.c, line 2632 is where the struct array begins. Add in there.

@tbrumm
Copy link
Author

tbrumm commented Oct 11, 2019

Hey, thanks for the prompt reply. the array i found already, not sure how to add it. from my understanding:

Example from that array:
{ "win-scroll-up", cmd_win_scroll_up, 0, 0, NULL, 0, 0 },

defines the keys to bring a routine up but not sure how to add cmus-visualizer..

Thanks
Torsten

@aeb5005
Copy link
Owner

aeb5005 commented Nov 5, 2019

@tbrumm I haven't forgotten about your request it's just in a very low priority queue ;). @ me if you ever really want me to look at this again. I'll get to it eventually, in a few months or so if not.

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

No branches or pull requests

2 participants