use ncurses pad instead of ncurses window by default
This commit is contained in:
@@ -159,7 +159,8 @@ void PlaylistEditor::Update()
|
||||
|
||||
if (Content->Empty())
|
||||
{
|
||||
*Content << XY(0, 0) << "Playlist is empty." << wrefresh;
|
||||
*Content << XY(0, 0) << "Playlist is empty.";
|
||||
Content->Window::Refresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user