kubo context default state

This commit is contained in:
Luka Jankovic 2025-07-02 17:41:56 +02:00
parent d94e24f63a
commit b57b88644a

View file

@ -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) {