summaryrefslogtreecommitdiff
path: root/test/highlight
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-04-12 10:48:52 +0100
committerMaxime Coste <mawww@kakoune.org>2017-04-12 10:48:52 +0100
commit7482d117cc85523e840dff595134dcb9cdc62207 (patch)
tree2b450239e5a40d2b962a2cc969d7864f6ee20393 /test/highlight
parent376449f28a11e1eee9df416baef14e14790f6c63 (diff)
Fix tests after addition of the set_cursor UI method
Diffstat (limited to 'test/highlight')
-rw-r--r--test/highlight/regions/display1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/highlight/regions/display b/test/highlight/regions/display
index 4a84dcbb..ee4ba80b 100644
--- a/test/highlight/regions/display
+++ b/test/highlight/regions/display
@@ -2,4 +2,5 @@
{ "jsonrpc": "2.0", "method": "menu_hide", "params": [] }
{ "jsonrpc": "2.0", "method": "info_hide", "params": [] }
{ "jsonrpc": "2.0", "method": "draw_status", "params": [[], [{ "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "out 1:1 " }, { "face": { "fg": "black", "bg": "yellow", "attributes": [] }, "contents": "" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " " }, { "face": { "fg": "blue", "bg": "default", "attributes": [] }, "contents": "1 sel" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " - unnamed0@[kak-tests]" }], { "fg": "cyan", "bg": "default", "attributes": [] }] }
+{ "jsonrpc": "2.0", "method": "set_cursor", "params": ["buffer", { "line": 0, "column": 0 }] }
{ "jsonrpc": "2.0", "method": "refresh", "params": [true] }