mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
fish_title now sets both tab and window titles in iTerm2
This commit is contained in:
parent
96a4b7eaa7
commit
6e65cfcc9a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue