Skip to content

Fixes Bug 352981: make \n work with (img)inputbox and (new)password

Tristan Miller requested to merge (removed):master into master

This patch fixes Bug 352981 by making the \n escape sequence also work with the --inputbox, --imginputbox, --password, and --newpassword dialogs. (But note that currently \n in --password dialogs are silently converted to spaces due to Bug 427141.)

Merge request reports