Move the graphics protocol documentation to a separate file

This commit is contained in:
Kovid Goyal
2017-09-29 06:36:04 +05:30
parent 5e5065715e
commit 9e5dbb45d4
4 changed files with 225 additions and 256 deletions

View File

@@ -427,7 +427,7 @@ grman_handle_command(GraphicsManager *self, const GraphicsCommand *g, const uint
if (!data_loaded) break;
snprintf(add_response, 10, "OK");
}
snprintf(rbuf, sizeof(rbuf)/sizeof(rbuf[0]) - 1, "\033_Gq=%u;%s\033\\", g->id, add_response);
snprintf(rbuf, sizeof(rbuf)/sizeof(rbuf[0]) - 1, "\033_Gi=%u;%s\033\\", g->id, add_response);
return rbuf;
}
break;