diff options
author | Kalle Wallin <kaw@linux.se> | 2004-06-24 16:08:24 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-06-24 16:08:24 +0000 |
commit | b0353fc77099ec9e95310ca4e106d88985ee05b4 (patch) | |
tree | 68c6c5fba41296eebccf2b3d92fd59156768ffb1 /src/options.c | |
parent | 31e6fa72cc45147feb11d62eba70c3d8f314301d (diff) | |
download | mpd-b0353fc77099ec9e95310ca4e106d88985ee05b4.tar.gz mpd-b0353fc77099ec9e95310ca4e106d88985ee05b4.tar.xz mpd-b0353fc77099ec9e95310ca4e106d88985ee05b4.zip |
Made the xterm title dynamic, added configuration option xterm-title-format
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1647 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index e958e4b95..0aa812204 100644 --- a/src/options.c +++ b/src/options.c @@ -175,6 +175,7 @@ options_init( void ) options.list_format = NULL; options.status_format = NULL; + options.xterm_title_format = NULL; options.reconnect = TRUE; options.find_wrap = TRUE; |