diff --git a/wayland.h b/wayland.h index 9ac094f8..d0a8332f 100644 --- a/wayland.h +++ b/wayland.h @@ -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);