mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Added backspace key in browser window to back keys (one directory up).
This commit is contained in:
parent
3a21a634f4
commit
682add5eae
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue