We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9262d7f commit c73b8c0Copy full SHA for c73b8c0
proto/cursor.proto
@@ -12,6 +12,12 @@ service Cursor {
12
rpc Attach (stream cursor.CursorPosition) returns (stream cursor.CursorEvent);
13
}
14
15
+// A message representing a list of cursor events.
16
+message CursorEventList {
17
+ // A vector of cursor events.
18
+ repeated CursorEvent cursors = 1;
19
+}
20
+
21
// A message representing a position in a buffer.
22
message RowCol {
23
// The row.
0 commit comments