aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-31 03:54:26 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-31 03:54:26 +1000
commitf59e9baab9f71a1f345dfec20ff27f7bbd1b694b (patch)
treef5cc69c8c7b87cba92ccdd68c9778574546478b5 /parser.h
parent1c6f685522083550abaf1bd4ba2ab7f0f989de30 (diff)
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
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 9e8a6537..f8660ba8 100644
--- a/parser.h
+++ b/parser.h
@@ -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