diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-13 14:12:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-13 14:12:09 -0400 |
| commit | f45a192247bcf31568ebfc3fe0f47d8305853bc7 (patch) | |
| tree | 3fa838d4839278a48b22b1f3eb82454ce8ab0e3b /redo/area.go | |
| parent | 2a2d730d12086097a977370e9f3a87c3053ac7ae (diff) | |
Documented the previous commit and more TODOs.
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. |
