Rename the 'terminal' flag to 'job_control', make sure fg and bg only considers jobs under job control and make it configurable which jobs are put under job control using the status builtin. Also add an option to the status builtin to print a stack trace.

darcs-hash:20060130175426-ac50b-46fb79797284cb600c67cb19462b53761446f00a.gz
This commit is contained in:
axel
2006-01-31 03:54:26 +10:00
parent 1c6f685522
commit f59e9baab9
6 changed files with 119 additions and 53 deletions

View File

@@ -348,5 +348,10 @@ int parser_is_help( wchar_t *s, int min_match );
*/
const wchar_t *parser_current_filename();
/**
Write a stack trace starting at the specified block to the specified string_buffer_t
*/
void parser_stack_trace( block_t *b, string_buffer_t *buff);
#endif