apprt: support a pwd change action

This commit is contained in:
Mitchell Hashimoto
2024-11-13 12:28:26 -08:00
parent 523e3a6ae3
commit 3ca246ceb9
7 changed files with 53 additions and 0 deletions

View File

@@ -76,6 +76,9 @@ pub const Message = union(enum) {
color: terminal.color.RGB,
},
/// The terminal has reported a change in the working directory.
pwd_change: WriteReq,
pub const ReportTitleStyle = enum {
csi_21_t,