diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-01-07 01:26:52 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-01-07 01:26:52 +0000 |
| commit | 9dfd17a5bc584a66711707044bdf27ff57e7aebb (patch) | |
| tree | c8b47f7e36dca6b0d86d930234dd3aab31566658 | |
| parent | a64ef12d2bde7e6fb0104104c33a590900ab050f (diff) | |
Add the 'modal' info style documenation in json ui doc
| -rw-r--r-- | doc/json_ui.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/json_ui.asciidoc b/doc/json_ui.asciidoc index bd51d5ee..beb107f6 100644 --- a/doc/json_ui.asciidoc +++ b/doc/json_ui.asciidoc @@ -41,6 +41,8 @@ Here are the requests that can be written by the json ui on stdout: - inlineAbove: display the info next to (above) the anchor coordinate - inlineBelow: display the info next to (below) the anchor coordinate - menuDoc: display the info next to the menu, as a documentation for it + - modal: display the info in a way that shows Kakoune is waiting for a + special action related to it. * info_hide() The requests that the json ui can interpret on stdin are: |
