From: Dirk Gouders Date: Wed, 8 May 2013 15:29:42 +0000 (+0200) Subject: kconfig/lxdialog: handle newline characters in print_autowrap() X-Git-Tag: v3.11-rc1~41^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1376391621654cc369c5e8b60497f7c184f0ed47;p=pandora-kernel.git 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 ? 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 Tested-by: "Yann E. MORIN" Reviewed-by: "Yann E. MORIN" [yann.morin.1998@free.fr: very slightly tweak the commit message] Signed-off-by: Yann E. MORIN --- Reading git-diff-tree failed