mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-21 06:46:34 -04:00
wayland: temporary: track last terminal's exit value
This commit is contained in:
parent
883354ffb1
commit
1ed78ab443
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ struct wayland {
|
||||||
tll(struct terminal *) terms;
|
tll(struct terminal *) terms;
|
||||||
struct terminal *focused;
|
struct terminal *focused;
|
||||||
struct terminal *moused;
|
struct terminal *moused;
|
||||||
|
int last_exit_value; /* TODO: exit value from client(s)? */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wayland *wayl_init(struct fdm *fdm);
|
struct wayland *wayl_init(struct fdm *fdm);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue