Renamed the flag when holding shift from run_in_term to mod_shift. This makes more sense as not all modes have a need for a run in term option

This commit is contained in:
Scoopta
2019-11-18 22:16:06 -08:00
parent 750cdd0167
commit a15390c685
3 changed files with 7 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ void wofi_run_init() {
}
void wofi_run_exec(const gchar* cmd) {
if(wofi_run_in_term()) {
if(wofi_mod_shift()) {
wofi_write_cache(MODE, cmd);
wofi_term_run(cmd);
}