Improve iresize docs

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

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)