summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7437320)
raw | patch | inline | side by side (parent: 7437320)
author | Max Kellermann <max.kellermann@gmail.com> | |
Mon, 20 Mar 2017 15:35:07 +0000 (16:35 +0100) | ||
committer | Max Kellermann <max.kellermann@gmail.com> | |
Mon, 20 Mar 2017 15:35:07 +0000 (16:35 +0100) |
This will be painted right before entering the main loop.
src/screen.c | patch | blob | history |
diff --git a/src/screen.c b/src/screen.c
index 1646282ac053aa6046be5c88459ca751c8204c6b..b6f63007e6eea1b7a0add973c5c13a3f239b93a0 100644 (file)
--- a/src/screen.c
+++ b/src/screen.c
/* create progress window */
progress_bar_init(&screen.progress_bar, screen.cols,
screen.rows - 2, 0);
- progress_bar_paint(&screen.progress_bar);
/* create status window */
status_bar_init(&screen.status_bar, screen.cols, screen.rows - 1, 0);
- status_bar_paint(&screen.status_bar, c->status, c->song);
#ifdef ENABLE_COLORS
if (options.enable_colors) {