mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-27 13:48:50 +08:00

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