Go to file
Matt Low 2424a92e4c Command line options!
Made update interval, scroll length and scroll step
settable at runtime.

Renamed meta to state, changed its structure.

Optimizations to print_status:
- Calculate full_label and padded_label (and their lengths) only when the
  song changes, rather than doing multiple sprintf's and strlen's each
  call
- Only allocate space for the printed label when doing scrolling,
  otherwise just update the label pointer directly to the full_label

Other minor changes.
2019-10-18 00:14:59 +04:00
Makefile Change compile flag ordering 2019-10-16 22:24:16 +04:00
mpd_control.c Command line options! 2019-10-18 00:14:59 +04:00
PKGBUILD Version 0.2.0 2019-10-17 02:04:15 +04:00