commit f44b3c4e5f075af1be265b896f3fcb320c831ad8 from: Omar Polo date: Thu Mar 03 13:53:31 2022 UTC output the two repeat bits in two different lines commit - 54f55296abf2a40f2c21a89e621ef7af59515b32 commit + f44b3c4e5f075af1be265b896f3fcb320c831ad8 blob - c3517b83e3678f94696a0cb42cd762b23f540e81 blob + 91ea7d77e060ed8ae96c11b778fe39880c883239 --- ctl.c +++ ctl.c @@ -261,7 +261,7 @@ show_status(struct imsg *imsg, int *ret) } printf("%s\n", s.path); - printf("repeat one %s -- repeat all %s\n", + printf("repeat one %s\nrepeat all %s\n", s.rp.repeat_one ? "on" : "off", s.rp.repeat_all ? "on" : "off"); return 1;