1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Comments: document job control flags (re: 41ebb55a)

The functions of the three flags controlling job control are
crucial to understand in order to maintain the code, so they should
be documented in the comments and not just in the git log.

This commit does not change any code.
This commit is contained in:
Martijn Dekker 2021-11-04 15:43:50 +00:00
parent 7b5b0a5d54
commit da929c4505
2 changed files with 21 additions and 1 deletions

View file

@ -97,7 +97,7 @@ struct jobs
int suspend; /* suspend character */
int linedisc; /* line discipline */
#endif /* JOBS */
char jobcontrol; /* turned on for real job control */
char jobcontrol; /* turned on for interactive shell with control of terminal */
char waitsafe; /* wait will not block */
char waitall; /* wait for all jobs in pipe */
char toclear; /* job table needs clearing */