Implement show_marks

This commit is contained in:
Ryan Dwyer 2018-05-15 13:14:18 +10:00
parent fe24f58297
commit 0e2cc0af30
8 changed files with 158 additions and 2 deletions

View file

@ -62,6 +62,7 @@ struct cmd_results *cmd_mark(int argc, char **argv) {
}
free(mark);
view_update_marks_textures(view);
view_execute_criteria(view);
return cmd_results_new(CMD_SUCCESS, NULL, NULL);