diff options
Diffstat (limited to 'chardev/chardev-internal.h')
| -rw-r--r-- | chardev/chardev-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chardev/chardev-internal.h b/chardev/chardev-internal.h index 8126ce1806..b89aada541 100644 --- a/chardev/chardev-internal.h +++ b/chardev/chardev-internal.h @@ -37,8 +37,8 @@ struct MuxChardev { Chardev parent; CharBackend *backends[MAX_MUX]; CharBackend chr; + unsigned long mux_bitset; int focus; - unsigned int mux_cnt; bool term_got_escape; /* Intermediate input buffer catches escape sequences even if the currently active device is not accepting any input - but only until it |