diff options
Diffstat (limited to 'test/main.go')
| -rw-r--r-- | test/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go index 1e2b465..347060b 100644 --- a/test/main.go +++ b/test/main.go @@ -136,7 +136,7 @@ func (a *areaHandler) Mouse(e MouseEvent) bool { return false } func (a *areaHandler) Key(e KeyEvent) (bool, bool) { - fmt.Printf("%#v\n", e) + fmt.Printf("%#v %q\n", e, e.Key) return false, false } |
