linux-sg2042/scripts/kconfig/lxdialog
Dirk Gouders 1376391621 kconfig/lxdialog: handle newline characters in print_autowrap()
When exiting menuconfig with unsaved changes, a dialog like
the following is shown:

        Do you wish to save your new configuration ? <ESC><ESC>
        to continue.

The author of the dialog text specified a newline after the '?',
and probably expected it to be processed, so let print_autowrap()
handle newlines propperly.

Also, reword that dialog's second phrase with a real sentence.

Signed-off-by: Dirk Gouders <dirk@gouders.net>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[yann.morin.1998@free.fr: very slightly tweak the commit message]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2013-06-18 23:58:57 +02:00
..
.gitignore gitignore: ignore more generated files 2006-01-03 11:35:26 +01:00
BIG.FAT.WARNING kconfig: move lxdialog to scripts/kconfig/lxdialog 2005-12-16 21:35:19 +01:00
check-lxdialog.sh kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h 2013-04-16 22:00:32 +02:00
checklist.c kconfig/lxdialog: Add definitions for mininimum (re)size values 2013-06-16 11:09:56 +02:00
dialog.h kconfig/lxdialog: Add definitions for mininimum (re)size values 2013-06-16 11:09:56 +02:00
inputbox.c kconfig/lxdialog: Add definitions for mininimum (re)size values 2013-06-16 11:09:56 +02:00
menubox.c kconfig/lxdialog: Add definitions for mininimum (re)size values 2013-06-16 11:09:56 +02:00
textbox.c kconfig/lxdialog: Add definitions for mininimum (re)size values 2013-06-16 11:09:56 +02:00
util.c kconfig/lxdialog: handle newline characters in print_autowrap() 2013-06-18 23:58:57 +02:00
yesno.c kconfig/lxdialog: Add definitions for mininimum (re)size values 2013-06-16 11:09:56 +02:00