Skip to content

Commit

Permalink
[Terminal] add encoding to tab title if it differs from default
Browse files Browse the repository at this point in the history
Fixes #11642.
  • Loading branch information
pulkomandy committed Dec 23, 2014
1 parent 907ea78 commit 0d523bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/terminal/PrefHandler.cpp
Expand Up @@ -84,7 +84,7 @@ static const pref_defaults kTermDefaults[] = {

{ PREF_IM_AWARE, "0"},

{ PREF_TAB_TITLE, "%1d: %p" },
{ PREF_TAB_TITLE, "%1d: %p%e" },
{ PREF_WINDOW_TITLE, "%T %i: %t" },
{ PREF_BLINK_CURSOR, PREF_TRUE },
{ PREF_WARN_ON_EXIT, PREF_TRUE },
Expand Down

0 comments on commit 0d523bd

Please sign in to comment.