Commit Graph

2 Commits

Author SHA1 Message Date
Ben Burwell 8ec73b6fa6 Implement Beep() API
Add a Beep() method to the Screen interface. On *nix systems, this
writes the bell character (0x07) to the tty. On Windows, we call the
MessageBeep syscall.

Fixes: #2
2020-03-15 10:36:32 -07:00
Garrett D'Amore 33f5ff39fa fixes #43 Minimize use of CGO 2015-11-01 21:37:37 -08:00