fish_title now sets both tab and window titles in iTerm2
This commit is contained in:
parent
96a4b7eaa7
commit
6e65cfcc9a
@ -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() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user