diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -373,7 +373,7 @@ init_defaults () defaults.wait_for_key_cursor = 1; - defaults.window_fmt = strdup ("N-W"); + defaults.window_fmt = strdup ("%n%s%t"); if (defaults.window_fmt == NULL) { PRINT_ERROR ("Not enough memory\n"); |