implement unmark command

This commit is contained in:
koebi
2013-07-16 00:33:14 +02:00
committed by Michael Stapelberg
parent 35aec2f038
commit 88671986f4
7 changed files with 127 additions and 7 deletions

View File

@ -115,6 +115,12 @@ void cmd_workspace_name(I3_CMD, char *name);
*/
void cmd_mark(I3_CMD, char *mark);
/**
* Implementation of 'unmark [mark]'
*
*/
void cmd_unmark(I3_CMD, char *mark);
/**
* Implementation of 'mode <string>'.
*