mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 02:08:40 -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;
|
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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue