diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-01 19:11:31 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-01 19:11:31 +0000 |
commit | c7f236fdb697d5f24c6d00a0c8ca30ecaf8d0b99 (patch) | |
tree | 64ad8f0d206611f6599ec4527c4ca3cbce55382b /src/htsalias.c | |
parent | e564ca7fa233567c78e16f42cf89eae0374f0a03 (diff) |
Added -y/-y0, to control background on suspend (Julian H. Stacey)
Diffstat (limited to 'src/htsalias.c')
-rw-r--r-- | src/htsalias.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htsalias.c b/src/htsalias.c index 1990258..d06936f 100644 --- a/src/htsalias.c +++ b/src/htsalias.c @@ -174,6 +174,8 @@ const char* hts_optalias[][4] = { {"dos83","-L0","single",""}, {"iso9660","-L2","single",""}, {"disable-module","-%w","param1",""}, + {"no-background-on-suspend","-y0","single",""}, + {"background-on-suspend","-y","single",""}, /* */ /* DEPRECATED */ |