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
2019-10-16 22:24:16 +04:00
2019-10-18 00:14:59 +04:00
2019-10-17 02:04:15 +04:00
Description
No description provided
356 KiB
Languages
C 93.3%
Shell 4.5%
Makefile 2.2%