fix sending 'cv' cursor visible flag
This commit is contained in:
@@ -574,9 +574,6 @@
|
||||
query = serializeData(opts.data);
|
||||
}
|
||||
|
||||
console.log(opts);
|
||||
console.log(query);
|
||||
|
||||
if (query && (method === 'GET')) {
|
||||
url += (url.indexOf('?') === -1) ? '?' + query : '&' + query;
|
||||
query = null;
|
||||
|
||||
+1
-1
Submodule libesphttpd updated: c0c05189a6...9ff92faacf
+1
-1
@@ -579,7 +579,7 @@ screenSerializeToBuffer(char *buffer, size_t buf_len, void **data)
|
||||
ss->lastFg = 0;
|
||||
ss->lastChar = '\0';
|
||||
|
||||
bufprint("{\"w\":%d,\"h\":%d,\"x\":%d,\"y\":%d,\"screen\":\"", W, H, cursor.x, cursor.y);
|
||||
bufprint("{\"w\":%d,\"h\":%d,\"x\":%d,\"y\":%d,\"cv\":%d,\"screen\":\"", W, H, cursor.x, cursor.y, cursor.visible);
|
||||
}
|
||||
|
||||
int i = ss->index;
|
||||
|
||||
Reference in New Issue
Block a user