kubo context default state
This commit is contained in:
parent
d94e24f63a
commit
b57b88644a
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ void kubo_context_init(struct kubo_context *context) {
|
|||
kubo_char_arr_init(&context->command);
|
||||
context->wall_select_index = 0;
|
||||
context->exit_pending = false;
|
||||
|
||||
context->state = KUBO_CONTEXT_NORMAL;
|
||||
}
|
||||
|
||||
void kubo_context_cleanup(struct kubo_context *context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue