Code

screen_utils: Use werase() instead of wclear().
authorPatrick Hallen <patrick.hallen@rwth-aachen.de>
Wed, 11 Feb 2009 19:07:07 +0000 (20:07 +0100)
committerPatrick Hallen <patrick.hallen@rwth-aachen.de>
Wed, 11 Feb 2009 19:07:07 +0000 (20:07 +0100)
commita093e1d3f353c39e332df47e4a545d9af81114b4
tree15af13137e81127a6e1629c3d4de1aba3702f471
parente70dee40008c50bb1f2b9fa655ff054487226b09
screen_utils: Use werase() instead of wclear().

Use werase() instead of wclear() in screen_readch(), because wclear() rebuilds the whole window from
scratch and flickers.
src/screen_utils.c