Bug fix: readline history was spammed by -msg_op parsing and pipe loops

This commit is contained in:
2013-07-06 11:01:42 +00:00
parent cf24917670
commit fefda9c182
3 changed files with 16 additions and 8 deletions

View File

@ -2263,7 +2263,7 @@ ex:;
/* Option -history */
int Xorriso_option_history(struct XorrisO *xorriso, char *line, int flag)
{
Xorriso_dialog_input(xorriso,line,strlen(line)+1,2);
Xorriso_dialog_input(xorriso, line, strlen(line) + 1, 2 | 32);
return(1);
}