diff options
Diffstat (limited to 'doc/json_ui.asciidoc')
| -rw-r--r-- | doc/json_ui.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/json_ui.asciidoc b/doc/json_ui.asciidoc index 63c5f325..5ec9aac6 100644 --- a/doc/json_ui.asciidoc +++ b/doc/json_ui.asciidoc @@ -58,7 +58,8 @@ The requests that the json ui can interpret on stdin are: * keys(String key1, String key2...): keystrokes * resize(int rows, int columns): notify ui resize -* scroll(int amount): scroll by given line amount +* scroll(int amount, int line, int colum): scroll by given line amount, line and + column relate to cursor position * mouse_move(int line, int column): line and column relate to the cursor position. * mouse_press(String button, int line, int column): line and column relate to cursor position, button can be 'left', 'middle' or 'right' |
