Code

initial draw without delay
authorMax Kellermann <max@duempel.org>
Tue, 16 Sep 2008 17:44:37 +0000 (19:44 +0200)
committerMax Kellermann <max@duempel.org>
Tue, 16 Sep 2008 17:44:37 +0000 (19:44 +0200)
commitba041d04c209850ef7cd42077c392d6e54bb235f
treeb3916e03e3cd67d1f617c5be0f14f1c540f48661
parent1f5d824d59709708350d37e6808383fc948e5dab
initial draw without delay

Due to a missing refresh() call, ncmpc painted the screen after one
second.  Add refresh(), make ncmpc display immediately.
src/screen.c