Compare commits
No commits in common. "8260842aef3938b626f34038a80923384366894a" and "f3c4cec24a6bed55eb81ca9e4fb824db2afe951b" have entirely different histories.
8260842aef
...
f3c4cec24a
2
nncmpp.c
2
nncmpp.c
@ -1560,7 +1560,6 @@ app_init_terminal (void)
|
||||
for (int a = 0; a < ATTRIBUTE_COUNT; a++)
|
||||
{
|
||||
// ...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
|
||||
|| g.attrs[a].bg >= COLORS || g.attrs[a].bg < -1)
|
||||
{
|
||||
@ -4280,7 +4279,6 @@ pulse_update (void)
|
||||
// The read permission is sufficient for this command
|
||||
mpd_client_send_command (c, "outputs", NULL);
|
||||
mpd_client_add_task (c, mpd_on_outputs_response, NULL);
|
||||
mpd_client_idle (c, 0);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user