summaryrefslogtreecommitdiff
path: root/dialog.go
AgeCommit message (Collapse)Author
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to ↵Pietro Gagliardi
build. Once I iron out a bug with Windows event handling, I'll add a README.
2014-02-17Split out the dialog functions into portable and non-portable code to keep ↵Pietro Gagliardi
the package documentation in the portable code only.