Merge remote-tracking branch 'Delapouite/patch-2'
This commit is contained in:
commit
ba0ce99717
|
@ -1,9 +1,10 @@
|
|||
Json-Rpc user interface
|
||||
=======================
|
||||
|
||||
Kakoune user interfaces can be implemented through the json-rpc 2.0 protocol.
|
||||
Kakoune user interfaces can be implemented through the
|
||||
https://www.jsonrpc.org/specification[json-rpc 2.0 protocol].
|
||||
|
||||
By launching kakoune in client mode with the `-ui json` option, the launched
|
||||
By launching Kakoune in client mode with the `-ui json` option, the launched
|
||||
client will write newline separated json-rpc requests on stdout and read
|
||||
json-rpc requests on stdin. Errors will be reported on stderr (not in
|
||||
json format).
|
||||
|
|
Loading…
Reference in New Issue
Block a user