diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 09:38:12 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 09:38:12 -0400 |
| commit | c94a9768226947c1fbfdf7201ebde48302cc74f8 (patch) | |
| tree | 6f7f7dfbffe3ca94fde31aa959b5669069713ce8 /redo/doc.go | |
| parent | d384df97d0538ac46de936c10a4d4d8b91005b17 (diff) | |
Cleaned up a bunch of TODOs, moving a few to future plans.
Diffstat (limited to 'redo/doc.go')
| -rw-r--r-- | redo/doc.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redo/doc.go b/redo/doc.go new file mode 100644 index 0000000..d204f64 --- /dev/null +++ b/redo/doc.go @@ -0,0 +1,11 @@ +// 14 august 2014 + +/* +[this is being written] + +notes: +- default behavior of event handlers is to do nothing +- default behavior of event handlers that return bool is to do nothing but return false +- passing nil to an event handler set function restores default behavior +*/ +package ui |
