summaryrefslogtreecommitdiff
path: root/redo/doc.go
blob: d204f64a518277fd118c493c46dd30dd7501403b (plain)
1
2
3
4
5
6
7
8
9
10
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