Code

screen: moved refresh() to ncu_init()
authorMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 05:47:26 +0000 (07:47 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 05:47:26 +0000 (07:47 +0200)
commitcb11ae2f56f4caff86234c6437a9e6c699840250
tree2337ca72747dd2e7bde81d182b9f4f0646159cfc
parent6a76472ab9ebcb1ef4a688e863c46cc0d66ebb9c
screen: moved refresh() to ncu_init()

The ncurses initialization code should do the refresh() to clear the
terminal, while screen_init() should reveal the empty controls
(progress bar currently).
src/ncu.c
src/screen.c