lxqt/qtermwidget

New Signal to indicate changed Directory

astroneer opened this issue · 1 comments

Feature request:
Please add a new signal to QTermWidget, which indicates that the directory has changed.

Background:
On reception of this signal, QTermWidget::workingDirectory() could be used to get the new directory.

Sorry, just realized that the existing signal titleChanged() can be used.