mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -05: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;
|
||||
struct terminal *focused;
|
||||
struct terminal *moused;
|
||||
int last_exit_value; /* TODO: exit value from client(s)? */
|
||||
};
|
||||
|
||||
struct wayland *wayl_init(struct fdm *fdm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue