Improve iresize docs

Fixes #59
This commit is contained in:
buffet 2022-05-03 18:24:31 +00:00
parent db09dcae77
commit cf01588a82

View file

@ -323,7 +323,8 @@ Starts an interactive move.
#### view:iresize(edges)
Starts an interactive resize.
Takes a table containing the edges, that the resize is happening on.
Takes a table containing the name of the edges, that the resize is happening on.
So for example to resize pulling on the bottom right corner you would pass `{"b", "r"}`.
#### view:move(lx, ly)