> I use the 'onlyFilename' function to set the tab name so

yeah, i saw that...

> I wonder why you see the full path?
> Is this function is broken?

it looks for a forward slash

        string::size_type j = fname.rfind('/');

whereas dirs are separated here with backward slashes...

Reply via email to