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;
break;
case KEY_LEFT:
case KEY_BACKSPACE:
case 'h':
case '<':
if(dirlist_par && dirlist_par->parent != NULL) {