enable pointer movement in cwm via C-<arrowkeys>

looked over by oga@
This commit is contained in:
todd
2007-11-13 23:08:49 +00:00
parent dc39e11ff9
commit 576d299095
4 changed files with 75 additions and 0 deletions

View File

@@ -435,6 +435,7 @@ void kbfunc_client_move(struct client_ctx *, void *);
void kbfunc_client_resize(struct client_ctx *, void *);
void kbfunc_menu_search(struct client_ctx *, void *);
void kbfunc_exec(struct client_ctx *, void *);
void kbfunc_ptrmove(struct client_ctx *, void *);
void kbfunc_ssh(struct client_ctx *, void *);
void kbfunc_term(struct client_ctx *cc, void *arg);
void kbfunc_lock(struct client_ctx *cc, void *arg);