Added support for running software in a terminal from run mode

This commit is contained in:
Scoopta
2019-09-26 23:24:48 -07:00
parent 734dd6d6b6
commit dcdca16a38
4 changed files with 48 additions and 5 deletions

View File

@@ -50,4 +50,8 @@ void wofi_insert_widget(char* text, char* action);
bool wofi_allow_images();
uint64_t wofi_get_image_size();
bool wofi_run_in_term();
void wofi_term_run(const char* cmd);
#endif