v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
660 stars 58 forks source link

Neutral section without returning anything? #112

Closed frostworx closed 3 years ago

frostworx commented 3 years ago

Explaining my issue by example: yad --form --field="Field 1" --field="Field 2" --field="Field 3"

Entering 1,2,3 into the three fields returns: 1|2|3|

Now I'd like to have a separator description before "Field 2" but without changing the output. This example looks as it should yad --form --field="Field 1" --field="And now to something completely different :LBL" --field="Field 2" --field="Field 3" but returns 1||2|3| instead of 1|2|3|

Is this possible somehow?

frostworx commented 3 years ago

fixed it for my needs, so closing here