wayland: temporary: track last terminal's exit value

This commit is contained in:
Daniel Eklöf 2019-10-30 20:25:31 +01:00
parent 883354ffb1
commit 1ed78ab443
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -148,6 +148,7 @@ struct wayland {
tll(struct terminal *) terms;
struct terminal *focused;
struct terminal *moused;
int last_exit_value; /* TODO: exit value from client(s)? */
};
struct wayland *wayl_init(struct fdm *fdm);