Added backspace key in browser window to back keys (one directory up).

This commit is contained in:
Robin Schneider 2015-08-02 22:59:32 +02:00 committed by Yorhel
parent 3a21a634f4
commit 682add5eae

View file

@ -370,6 +370,7 @@ int browse_key(int ch) {
info_show = 0; info_show = 0;
break; break;
case KEY_LEFT: case KEY_LEFT:
case KEY_BACKSPACE:
case 'h': case 'h':
case '<': case '<':
if(dirlist_par && dirlist_par->parent != NULL) { if(dirlist_par && dirlist_par->parent != NULL) {