re-render the three after calling parse_cmd
This commit is contained in:
parent
8c5d824fa8
commit
def41582d1
|
@ -98,6 +98,7 @@ int handle_key_press(void *ignored, xcb_connection_t *conn, xcb_key_press_event_
|
||||||
}
|
}
|
||||||
|
|
||||||
parse_cmd(bind->command);
|
parse_cmd(bind->command);
|
||||||
|
tree_render();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue