new feature: input text history

This commit is contained in:
Andrzej Rybczak
2009-05-09 21:57:55 +02:00
parent 5682734840
commit a0cbd8fc32
3 changed files with 81 additions and 20 deletions

View File

@@ -161,6 +161,7 @@ int main(int argc, char *argv[])
wFooter = new Window(0, footer_start_y, COLS, footer_height, "", Config.statusbar_color, brNone);
wFooter->SetTimeout(ncmpcpp_window_timeout);
wFooter->SetGetStringHelper(StatusbarGetStringHelper);
wFooter->CreateHistory();
*wFooter << fmtBold; // bold by default
myScreen = myPlaylist;