diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-09-29 11:54:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-29 09:54:12 +0000 |
commit | 2c937d723dd6f64705bf4d901254683ba32b2846 (patch) | |
tree | d58b8905507c591f90dd86a56fb45d7643e79c60 /runtime/doc/ui.txt | |
parent | 1405034ba3b1765e451304be0ee8ddc4d285ee87 (diff) | |
download | rneovim-2c937d723dd6f64705bf4d901254683ba32b2846.tar.gz rneovim-2c937d723dd6f64705bf4d901254683ba32b2846.tar.bz2 rneovim-2c937d723dd6f64705bf4d901254683ba32b2846.zip |
docs: misc (#30177)
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'runtime/doc/ui.txt')
-rw-r--r-- | runtime/doc/ui.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 42dfcd2fe7..d37cdfb9df 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -398,8 +398,8 @@ numerical highlight ids to the actual attributes. `grid` will not be used anymore and the UI can free any data associated with it. -["grid_cursor_goto", grid, row, column] ~ - Makes `grid` the current grid and `row, column` the cursor position on this +["grid_cursor_goto", grid, row, col] ~ + Makes `grid` the current grid and `row, col` the cursor position on this grid. This event will be sent at most once in a `redraw` batch and indicates the visible cursor position. @@ -610,7 +610,7 @@ tabs. size). If the window was previously hidden, it should now be shown again. -["win_float_pos", grid, win, anchor, anchor_grid, anchor_row, anchor_col, focusable] ~ +["win_float_pos", grid, win, anchor, anchor_grid, anchor_row, anchor_col, focusable, zindex] ~ Display or reconfigure floating window `win`. The window should be displayed above another grid `anchor_grid` at the specified position `anchor_row` and `anchor_col`. For the meaning of `anchor` and more |