| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The global variable "current" should not be exported, and should be
"static".
|
|
|
|
|
|
| |
Currently, there is only one known list_window flag ("hide_cursor").
Replace the "flags" bit field with a boolean variable. If we run out
of space some day, we can convert that to bool:1.
|
|
|
|
|
| |
For flags and return values, use the "bool" data type instead of
"int".
|
|
|
|
| |
Show the lyrics of the song currently being displayed.
|
|
|
|
| |
Fix a memory leak.
|
| |
|
|
This new screen views all information available on a song: its
location, file name, and tags.
|