Redraw the playlist window, because of a terminal resize. Definition at line 246 of file gui_playq.c. 00247 { 00248 gui_lock(); 00249 wresize(win_statbar, 1, COLS); 00250 clearok(win_statbar, TRUE); 00251 gui_unlock(); 00252 00253 playq_lock(); 00254 gui_vfslist_move(win_playq, 0, 1, COLS, GUI_SIZE_PLAYQ_HEIGHT); 00255 playq_unlock(); 00256 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3