fish_title now sets both tab and window titles in iTerm2

This commit is contained in:
Robin Deits 2012-06-07 01:15:46 -04:00 committed by ridiculousfish
parent 96a4b7eaa7
commit 6e65cfcc9a

View file

@ -608,7 +608,7 @@ void reader_write_title()
size_t i;
if( lst.size() > 0 )
{
writestr( L"\x1b]2;" );
writestr( L"\x1b];" );
for( i=0; i<lst.size(); i++ )
{
writestr( lst.at(i).c_str() );