From:             garrote at dm dot com dot br
Operating system: linux 2.4.20
PHP version:      4.3.2
PHP Bug Type:     Unknown/Other Function
Bug description:  ncurses

it seems that using ncurses_waddch($window, ascii space) do not set the
attribute properly without forcing the wrefresh.
if you use these function with, for example ascii "A" (65), its not
necessary the wrefresh after the ncurses_waddch.
using wrefresh after all waddch causes overhead cpu usage.

php 4.3.2 built with ncurses
-- 
Edit bug report at http://bugs.php.net/?id=24067&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24067&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24067&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24067&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24067&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24067&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24067&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24067&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24067&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24067&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24067&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24067&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24067&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24067&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24067&r=gnused

Reply via email to