plugins - Add PLUGIN_GOTO_ROOT - lua add PLUGIN_GOTO_ROOT and PLUGIN_ERROR

Change-Id: I018f68685877700571aa7687428cfdda436a0294
This commit is contained in:
William Wilgus 2025-12-05 11:57:40 -05:00
parent 7b7d9a384a
commit 32edbd430d
5 changed files with 11 additions and 1 deletions

View file

@ -746,6 +746,9 @@ int ft_enter(struct tree_context* c)
else
rc = GO_TO_FILEBROWSER;
break;
case PLUGIN_GOTO_ROOT:
rc = GO_TO_ROOT;
break;
/*
case PLUGIN_ERROR:
case PLUGIN_OK: