Properly show "/" for %d tab title format
ClosedPublic

Authored by mglb on Dec 30 2018, 3:08 AM.

Details

Summary

/ path was shown as empty string for %d format.

Test Plan
  • Use %d in tab title format
  • Run cd /

Actual result: %d replaced with ``
Expected result: %d replaced with /

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mglb requested review of this revision.Dec 30 2018, 3:08 AM
mglb created this revision.
hindenburg accepted this revision.Dec 30 2018, 11:01 PM
hindenburg added a subscriber: hindenburg.

thanks

This revision is now accepted and ready to land.Dec 30 2018, 11:01 PM
This revision was automatically updated to reflect the committed changes.