Changed dialog default -abort_on value to "NEVER"

This commit is contained in:
Thomas Schmitt 2011-01-06 11:10:36 +00:00
parent 56aecf2459
commit 01d89bd9bc
5 changed files with 45 additions and 43 deletions

View File

@ -1,7 +1,7 @@
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images. /* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
Copyright 2007-2010 Thomas Schmitt, <scdbackup@gmx.net> Copyright 2007-2011 Thomas Schmitt, <scdbackup@gmx.net>
Provided under GPL version 2 or later. Provided under GPL version 2 or later.
@ -1473,6 +1473,8 @@ int Xorriso_dialog(struct XorrisO *xorriso, int flag)
if(!xorriso->dialog) if(!xorriso->dialog)
return(1); return(1);
if(xorriso->abort_on_is_default)
Xorriso_option_abort_on(xorriso, "NEVER", 0);
xorriso->is_dialog= 1; xorriso->is_dialog= 1;
for(first_round= 1;1;first_round= 0) { for(first_round= 1;1;first_round= 0) {
if(xorriso->pending_option[0]!=0) { if(xorriso->pending_option[0]!=0) {

View File

@ -9,7 +9,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" other parameters are allowed: see man(7), man(1)
.TH XORRISO 1 "Dec 28, 2010" .TH XORRISO 1 "Jan 06, 2011"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.\" Some roff macros, for reference: .\" Some roff macros, for reference:
@ -2804,9 +2804,9 @@ file content stems from the loaded ISO image and is not filtered.
Enable or disable to enter dialog mode after all arguments are processed. Enable or disable to enter dialog mode after all arguments are processed.
In dialog mode input lines get prompted via readline or from stdin. In dialog mode input lines get prompted via readline or from stdin.
.br .br
If no -abort_on severity was set when dialog starts, then "FATAL" is set If no -abort_on severity was set when dialog starts, then "NEVER" is set
to avoid abort in most cases of wrong input. Before dialog begins the to avoid abort in most cases of wrong input or other problems. Before dialog
default is "FAILURE" which e.g. aborts on unknown commands. begins, the default is "FAILURE" which e.g. aborts on unknown commands.
.br .br
Mode "on" supports input of newline characters within quotation marks and Mode "on" supports input of newline characters within quotation marks and
line continuation by trailing backslash outside quotation marks. line continuation by trailing backslash outside quotation marks.

View File

@ -2484,10 +2484,10 @@ File: xorriso.info, Node: DialogCtl, Next: Inquiry, Prev: Exception, Up: Opt
Enable or disable to enter dialog mode after all arguments are Enable or disable to enter dialog mode after all arguments are
processed. In dialog mode input lines get prompted via readline processed. In dialog mode input lines get prompted via readline
or from stdin. or from stdin.
If no -abort_on severity was set when dialog starts, then "FATAL" If no -abort_on severity was set when dialog starts, then "NEVER"
is set to avoid abort in most cases of wrong input. Before dialog is set to avoid abort in most cases of wrong input or other
begins the default is "FAILURE" which e.g. aborts on unknown problems. Before dialog begins, the default is "FAILURE" which
commands. e.g. aborts on unknown commands.
Mode "on" supports input of newline characters within quotation Mode "on" supports input of newline characters within quotation
marks and line continuation by trailing backslash outside marks and line continuation by trailing backslash outside
quotation marks. Mode "single_line" does not. quotation marks. Mode "single_line" does not.
@ -4441,34 +4441,34 @@ Node: Jigdo113261
Node: Charset117519 Node: Charset117519
Node: Exception120270 Node: Exception120270
Node: DialogCtl124785 Node: DialogCtl124785
Node: Inquiry127353 Node: Inquiry127372
Node: Navigate131686 Node: Navigate131705
Node: Verify139581 Node: Verify139600
Node: Restore148170 Node: Restore148189
Node: Emulation154826 Node: Emulation154845
Node: Scripting163658 Node: Scripting163677
Node: Frontend169220 Node: Frontend169239
Node: Examples170515 Node: Examples170534
Node: ExDevices171684 Node: ExDevices171703
Node: ExCreate172318 Node: ExCreate172337
Node: ExDialog173592 Node: ExDialog173611
Node: ExGrowing174854 Node: ExGrowing174873
Node: ExModifying175656 Node: ExModifying175675
Node: ExBootable176157 Node: ExBootable176176
Node: ExCharset176704 Node: ExCharset176723
Node: ExPseudo177532 Node: ExPseudo177551
Node: ExCdrecord178426 Node: ExCdrecord178445
Node: ExMkisofs178741 Node: ExMkisofs178760
Node: ExGrowisofs179744 Node: ExGrowisofs179763
Node: ExException180868 Node: ExException180887
Node: ExTime181322 Node: ExTime181341
Node: ExIncBackup181781 Node: ExIncBackup181800
Node: ExRestore185271 Node: ExRestore185290
Node: ExRecovery186240 Node: ExRecovery186259
Node: Files186806 Node: Files186825
Node: Seealso188034 Node: Seealso188053
Node: Legal188558 Node: Legal188577
Node: CommandIdx189480 Node: CommandIdx189499
Node: ConceptIdx203706 Node: ConceptIdx203725
 
End Tag Table End Tag Table

View File

@ -44,7 +44,7 @@
@c man .\" First parameter, NAME, should be all caps @c man .\" First parameter, NAME, should be all caps
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection @c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
@c man .\" other parameters are allowed: see man(7), man(1) @c man .\" other parameters are allowed: see man(7), man(1)
@c man .TH XORRISO 1 "Dec 28, 2010" @c man .TH XORRISO 1 "Jan 06, 2011"
@c man .\" Please adjust this date whenever revising the manpage. @c man .\" Please adjust this date whenever revising the manpage.
@c man .\" @c man .\"
@c man .\" Some roff macros, for reference: @c man .\" Some roff macros, for reference:
@ -3316,9 +3316,9 @@ file content stems from the loaded ISO image and is not filtered.
Enable or disable to enter dialog mode after all arguments are processed. Enable or disable to enter dialog mode after all arguments are processed.
In dialog mode input lines get prompted via readline or from stdin. In dialog mode input lines get prompted via readline or from stdin.
@* @*
If no -abort_on severity was set when dialog starts, then "FATAL" is set If no -abort_on severity was set when dialog starts, then "NEVER" is set
to avoid abort in most cases of wrong input. Before dialog begins the to avoid abort in most cases of wrong input or other problems. Before dialog
default is "FAILURE" which e.g. aborts on unknown commands. begins, the default is "FAILURE" which e.g. aborts on unknown commands.
@* @*
Mode "on" supports input of newline characters within quotation marks and Mode "on" supports input of newline characters within quotation marks and
line continuation by trailing backslash outside quotation marks. line continuation by trailing backslash outside quotation marks.

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.01.04.193042" #define Xorriso_timestamP "2011.01.06.111034"