Capture the last used display when restoring a stream

This commit is contained in:
Yukino Song
2024-07-30 23:37:14 +08:00
parent 093760ac92
commit a8e1ecde6e
3 changed files with 32 additions and 8 deletions

View File

@@ -67,6 +67,8 @@ namespace proc {
public:
KITTY_DEFAULT_CONSTR_MOVE_THROW(proc_t)
std::string display_name;
proc_t(
boost::process::environment &&env,
std::vector<ctx_t> &&apps):