re-render the three after calling parse_cmd

next
Michael Stapelberg 2010-05-14 23:41:17 +02:00
parent 8c5d824fa8
commit def41582d1
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ int handle_key_press(void *ignored, xcb_connection_t *conn, xcb_key_press_event_
}
parse_cmd(bind->command);
tree_render();
return 1;
}