]> git.cworth.org Git - sup/commitdiff
fix garbaged text in textfield when using ncursesw
authorBenoît PIERRE <benoit.pierre@gmail.com>
Wed, 19 Aug 2009 20:56:55 +0000 (22:56 +0200)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Sat, 22 Aug 2009 14:56:03 +0000 (10:56 -0400)
Apparently, field_buffer content is not initialized to blanks when using
the wide-character version of ncurses. Forcing a call to
set_field_buffer fix the problem.


No differences found