From d5876d68f2676072834c83509f1ee79fb3c48f65 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 25 Aug 2015 18:39:36 +0200 Subject: Add format_title settings to control Pianobar window title appearance. Since I'm not aware of any standard method to set title with escape codes explicit mechanism to control window title was introduced. --- src/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index d0fdbfa..8718b34 100644 --- a/src/settings.h +++ b/src/settings.h @@ -101,6 +101,7 @@ typedef struct { char *npSongFormat; char *npStationFormat; char *listSongFormat; + char *titleFormat; char *fifo; char *rpcHost, *rpcTlsPort, *partnerUser, *partnerPassword, *device, *inkey, *outkey, *caBundle; char keys[BAR_KS_COUNT]; -- cgit v1.2.3