ncmpc  0.29
Functions
screen_list.h File Reference
#include "config.h"
#include "ncmpc_curses.h"

Go to the source code of this file.

Functions

void screen_list_init (WINDOW *w, unsigned cols, unsigned rows)
 
void screen_list_exit (void)
 
void screen_list_resize (unsigned cols, unsigned rows)
 
const char * screen_get_name (const struct screen_functions *sf)
 
const struct screen_functionsscreen_lookup_name (const char *name)
 

Function Documentation

◆ screen_list_init()

void screen_list_init ( WINDOW *  w,
unsigned  cols,
unsigned  rows 
)

◆ screen_list_exit()

void screen_list_exit ( void  )

◆ screen_list_resize()

void screen_list_resize ( unsigned  cols,
unsigned  rows 
)

◆ screen_get_name()

const char* screen_get_name ( const struct screen_functions sf)

◆ screen_lookup_name()

const struct screen_functions* screen_lookup_name ( const char *  name)