[haiku-commits] haiku: hrev48550 - src/apps/terminal

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 23 Dec 2014 09:54:21 +0100 (CET)

hrev48550 adds 1 changeset to branch 'master'
old head: 0d523bddbcc53916bad956dbc52f4d6e6f09b7cf
new head: 177cb657e43c0560662a227fffd61298875286aa
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=177cb65+%5E0d523bd

----------------------------------------------------------------------------

177cb65: Add %e in the terminal tab format tooltip.
  
  Since it works, we may as well advertise it.

                                 [ Adrien Destugues <pulkomandy@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev48550
Commit:      177cb657e43c0560662a227fffd61298875286aa
URL:         http://cgit.haiku-os.org/haiku/commit/?id=177cb65
Author:      Adrien Destugues <pulkomandy@xxxxxxxxx>
Date:        Tue Dec 23 08:54:36 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+)
src/apps/terminal/TermConst.cpp | 1 +

----------------------------------------------------------------------------

diff --git a/src/apps/terminal/TermConst.cpp b/src/apps/terminal/TermConst.cpp
index c1f4b18..aeee241 100644
--- a/src/apps/terminal/TermConst.cpp
+++ b/src/apps/terminal/TermConst.cpp
@@ -18,6 +18,7 @@ const char* const kTooTipSetTabTitlePlaceholders = 
B_TRANSLATE(
        "\t\t\tOptionally the maximum number of path components can be\n"
        "\t\t\tspecified. E.g. '%2d' for at most two components.\n"
        "\t%i\t-\tThe index of the tab.\n"
+       "\t%e\t-\tThe encoding of the current tab. Not shown for UTF-8.\n"
        "\t%p\t-\tThe name of the active process.\n"
        "\t%%\t-\tThe character '%'.");
 


Other related posts:

  • » [haiku-commits] haiku: hrev48550 - src/apps/terminal - pulkomandy