]> git.sur5r.net Git - i3/i3/blobdiff - include/client.h
Implement vim-like marks
[i3/i3] / include / client.h
index e43f81b957ab20023724782f48e21cd58644264c..88335f6269624ac21ee9b8af40755253d2212f1f 100644 (file)
@@ -97,6 +97,13 @@ void client_unmap(xcb_connection_t *conn, Client *client);
  */
 void client_map(xcb_connection_t *conn, Client *client);
 
+/**
+ * Set the given mark for this client. Used for jumping to the client
+ * afterwards (like m<mark> and '<mark> in vim).
+ *
+ */
+void client_mark(xcb_connection_t *conn, Client *client, const char *mark);
+
 /**
  * Pretty-prints the client’s information into the logfile.
  *