Results 3 issues of Vla Mai

Not sure that done all things right. #87 commit to this issue TODO: - add Border Rectangle without fill

Scary solution, but works for me.

``` package main import ( "fmt" "github.com/eiannone/keyboard" ) func main() { err := keyboard.Open() if err != nil { panic(err) } defer keyboard.Close() fmt.Println("Press ESC to quit") for { char,...