]> granicus.if.org Git - mutt/commit
do not use mutt_message() to display prompt in mutt_yesorno().
authorMichael Elkins <me@sigpipe.org>
Thu, 31 Jan 2013 05:06:56 +0000 (05:06 +0000)
committerMichael Elkins <me@sigpipe.org>
Thu, 31 Jan 2013 05:06:56 +0000 (05:06 +0000)
commit419b140777aff9080bb2cae939d84d3ef6774319
treef46fd53e3eb5843538e861d07282bca1ed5d85fb
parent148ede83cb99f7a7691cc21b81d8dfec05cf4c85
do not use mutt_message() to display prompt in mutt_yesorno().

properly calculate screen width of prompt string by using mutt_strwidth() rather than strlen()

use safe_asprintf() return the formatted yes/no string since specifying COLS+1 is wrong when dealing with multibyte characters

closes #3412
closes #3352
curs_lib.c