From: Jonathan Neuschäfer Date: Wed, 28 Dec 2011 22:37:00 +0000 (+0100) Subject: screen_keydef: support CMD_GO_ROOT_DIRECTORY X-Git-Tag: release-0.20~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=370bc35567d0f717010158e58885455fb812d43a;p=ncmpc.git screen_keydef: support CMD_GO_ROOT_DIRECTORY Maybe a bit pointless, but some user might want that. --- diff --git a/src/screen_keydef.c b/src/screen_keydef.c index 0d7cb72..0c39239 100644 --- a/src/screen_keydef.c +++ b/src/screen_keydef.c @@ -425,6 +425,7 @@ keydef_cmd(G_GNUC_UNUSED struct mpdclient *c, command_t cmd) } return true; case CMD_GO_PARENT_DIRECTORY: + case CMD_GO_ROOT_DIRECTORY: if (subcmd != -1) switch_to_command_mode(); return true;