diff options
Diffstat (limited to 'runtime/doc/popup.txt')
-rw-r--r-- | runtime/doc/popup.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt index 5697edec9..b92871506 100644 --- a/runtime/doc/popup.txt +++ b/runtime/doc/popup.txt @@ -84,7 +84,7 @@ Probably 2. is the best choice. IMPLEMENTATION: - Code is in popupwin.c -- Implement list of lines with text properties +- implement popup_getposition({id}), use in tests - Implement filter. - Handle screen resize in screenalloc(). - Make redrawing more efficient and avoid flicker. @@ -190,7 +190,6 @@ popup_show({id}) *popup_show()* For {id} see `popup_hide()`. popup_move({id}, {options}) *popup_move()* - {not implemented yet} Move popup {id} to the position speficied with {options}. {options} may contain the items from |popup_create()| that specify the popup position: "line", "col", "pos", "maxheight", @@ -310,10 +309,8 @@ The second argument of |popup_create()| is a dictionary with options: {not implemented yet} maxheight maximum height minheight minimum height - {not implemented yet} maxwidth maximum width minwidth minimum width - {not implemented yet} hidden when TRUE the popup exists but is not displayed; use `popup_show()` to unhide it. {not implemented yet} |