diff options
Diffstat (limited to 'redo/area.go')
| -rw-r--r-- | redo/area.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/area.go b/redo/area.go index 2ce7d5c..b4b2f78 100644 --- a/redo/area.go +++ b/redo/area.go @@ -19,6 +19,8 @@ import ( // To handle events to the Area, an Area must be paired with an AreaHandler. // See AreaHandler for details. // +// Area will accept keyboard focus if tabbed into, but will refuse to relinquish keyboard focus if tabbed out. +// // Do not use an Area if you intend to read text. // Area reads keys based on their position on a standard // 101-key keyboard, and does no character processing. |
