summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3374ece..71189f5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -485,7 +485,7 @@ init_defaults ()
defaults.window_fmt = xstrdup ("%n%s%t");
- defaults.win_name = 0;
+ defaults.win_name = WIN_NAME_TITLE;
defaults.startup_message = 1;
defaults.warp = 1;
defaults.window_list_style = STYLE_ROW;