Changes between Initial Version and Version 1 of Ticket #42, comment 7
- Timestamp:
- Aug 26, 2011, 11:04:51 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42, comment 7
initial v1 20 20 21 21 In this case we should check for being a foreground process. 22 This is what my first solution does:22 I think this is what my first solution does: 23 23 {{{ 24 24 int foreground_process() … … 35 35 } 36 36 }}} 37 But this can change during execution. (Control-Z and then bg in bash)38 37 39 38 Lars