![]() |
SCTC
the soundcloud.com terminal client
|
#include "_hard_config.h"#include <ncurses.h>#include "cache.h"#include "command.h"#include "config.h"#include "helper.h"#include "jspf.h"#include "log.h"#include "network/tls.h"#include "sound.h"#include "soundcloud.h"#include "state.h"#include "track.h"#include "tui.h"Macros | |
| #define | _GNU_SOURCE |
| #define | TIME_BUFFER_SIZE 64 |
Functions | |
| static void | tui_update_time (int time) |
| Update the current playback time. More... | |
| static void | list_href_to_list (struct track_list *list, struct track_list *target) |
| int | main (int argc, char **argv) |
| #define _GNU_SOURCE |
| #define TIME_BUFFER_SIZE 64 |
|
static |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
Update the current playback time.
If time equals -1, then the next track is selected (if any) and playback initiated. (
| time | The time in seconds to print to the screen |
1.8.9.1