Compare commits

...

2 Commits

View File

@ -1560,6 +1560,7 @@ app_init_terminal (void)
for (int a = 0; a < ATTRIBUTE_COUNT; a++) for (int a = 0; a < ATTRIBUTE_COUNT; a++)
{ {
// ...thus we can reset back to defaults even after initializing some // ...thus we can reset back to defaults even after initializing some
// FIXME: that's a lie now, MULTISELECT requires a colour
if (g.attrs[a].fg >= COLORS || g.attrs[a].fg < -1 if (g.attrs[a].fg >= COLORS || g.attrs[a].fg < -1
|| g.attrs[a].bg >= COLORS || g.attrs[a].bg < -1) || g.attrs[a].bg >= COLORS || g.attrs[a].bg < -1)
{ {
@ -4279,6 +4280,7 @@ pulse_update (void)
// The read permission is sufficient for this command // The read permission is sufficient for this command
mpd_client_send_command (c, "outputs", NULL); mpd_client_send_command (c, "outputs", NULL);
mpd_client_add_task (c, mpd_on_outputs_response, NULL); mpd_client_add_task (c, mpd_on_outputs_response, NULL);
mpd_client_idle (c, 0);
} }
static void static void