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/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 2d335a9..2de1cfc 100644 --- a/src/config.h +++ b/src/config.h @@ -6,6 +6,8 @@ #define VERSION "2014.09.28-dev" +#define TITLE "Pianobar" + /* Visual C++ name restrict differently */ #ifdef _WIN32 #define restrict __restrict -- cgit v1.2.3