diff options
Diffstat (limited to 'redo/area.go')
| -rw-r--r-- | redo/area.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/area.go b/redo/area.go index cd7f3e1..1c2141f 100644 --- a/redo/area.go +++ b/redo/area.go @@ -47,7 +47,7 @@ type Area interface { // OpenTextFieldAt opens a TextField with the top-left corner at the given coordinates of the Area. // It panics if the coordinates fall outside the Area. - // Any text previously in the TextField is removed. + // Any text previously in the TextField (be it by the user or by a call to SetTextFieldText()) is retained. // The TextField receives the input focus so the user can type things; when the TextField loses the input focus, it hides itself and signals the event set by OnTextFieldDismissed. // TODO escape key OpenTextFieldAt(x int, y int) |
