diff options
| author | Yukai Huang <yukaihuangtw@gmail.com> | 2025-06-27 23:11:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-27 23:11:23 +0800 |
| commit | 38a7a49ae85789f3b2aaaf7e263d6eabdccdf046 (patch) | |
| tree | 27a9ea5ed53be4c049c5177010cc889cdb4cbcb1 /test/highlight/wrap/basic/script | |
| parent | 58414edb7b9b3d4cfde27a37ebec7f3906025675 (diff) | |
| parent | b3c3baef518d65f30a34b06764c6529b8247b837 (diff) | |
Merge branch 'master' into feature/native-cursor
Diffstat (limited to 'test/highlight/wrap/basic/script')
| -rw-r--r-- | test/highlight/wrap/basic/script | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/highlight/wrap/basic/script b/test/highlight/wrap/basic/script new file mode 100644 index 00000000..7151f6a6 --- /dev/null +++ b/test/highlight/wrap/basic/script @@ -0,0 +1,4 @@ +ui_out '{ "jsonrpc": "2.0", "method": "set_ui_options", "params": [{}] }' +ui_out '{ "jsonrpc": "2.0", "method": "draw", "params": [[[{ "face": { "fg": "black", "bg": "white", "underline": "default", "attributes": [] }, "contents": "-" }, { "face": { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, "contents": "-------------------------------------------------------------------------------" }], [{ "face": { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, "contents": "wrap\u000a" }], [{ "face": { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, "contents": "--------------------------------------------------------------------------------" }], [{ "face": { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, "contents": "wrap----------------------------------------------------------------------------" }], [{ "face": { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, "contents": "wrap\u000a" }]], { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, { "fg": "blue", "bg": "default", "underline": "default", "attributes": [] }] }' +ui_out -until '{ "jsonrpc": "2.0", "method": "refresh", "params": [true] }' + |
