Skip to content
Snippets Groups Projects
Commit 682add5e authored by Robin Schneider's avatar Robin Schneider Committed by Yorhel
Browse files

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

parent 3a21a634
No related branches found
No related tags found
No related merge requests found
...@@ -370,6 +370,7 @@ int browse_key(int ch) { ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment