mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 13:01:15 -03:00
Fix for crash when unescaping a string with unbalanced quotes
Add Mac OS X's default term name to terms for which we know how to set a title
This commit is contained in:
2
proc.cpp
2
proc.cpp
@@ -1113,7 +1113,7 @@ void job_continue (job_t *j, int cont)
|
||||
if( p->pid )
|
||||
{
|
||||
int status = proc_format_status(p->status);
|
||||
|
||||
//wprintf(L"setting status %d for %ls\n", job_get_flag( j, JOB_NEGATE )?!status:status, j->command);
|
||||
proc_set_last_status( job_get_flag( j, JOB_NEGATE )?!status:status);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user