mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
surface: issue a mode 2031 DSR report when reloading the config
This commit is contained in:
@ -1202,6 +1202,9 @@ pub fn updateConfig(
|
|||||||
.config_change,
|
.config_change,
|
||||||
.{ .config = config },
|
.{ .config = config },
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Finally, issue a mode 2031 DSR report
|
||||||
|
self.reportColorScheme(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns true if the terminal has a selection.
|
/// Returns true if the terminal has a selection.
|
||||||
|
Reference in New Issue
Block a user