summaryrefslogtreecommitdiff
path: root/src/htslib.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-05-01 19:11:31 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-05-01 19:11:31 +0000
commitc7f236fdb697d5f24c6d00a0c8ca30ecaf8d0b99 (patch)
tree64ad8f0d206611f6599ec4527c4ca3cbce55382b /src/htslib.c
parente564ca7fa233567c78e16f42cf89eae0374f0a03 (diff)
Added -y/-y0, to control background on suspend (Julian H. Stacey)
Diffstat (limited to 'src/htslib.c')
-rw-r--r--src/htslib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htslib.c b/src/htslib.c
index 6515bd1..8db1273 100644
--- a/src/htslib.c
+++ b/src/htslib.c
@@ -5255,6 +5255,7 @@ HTSEXT_API httrackp *hts_create_opt(void) {
opt->makeindex=1; // faire un index
opt->kindex=0; // index 'keyword'
opt->delete_old=1; // effacer anciens fichiers
+ opt->background_on_suspend=1; // Background the process if Control Z calls signal suspend.
opt->makestat=0; // pas de fichier de stats
opt->maketrack=0; // ni de tracking
opt->timeout=120; // timeout par défaut (2 minutes)