From 6dcda6aafaa62e085e033038fce2e2e7ef6e25d4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 12 Aug 2014 20:08:53 -0400 Subject: Determined that Backspace, Tab, and Enter work in Areas on Windows (though more TODOs due to dialog message craziness). --- redo/zz_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/zz_test.go') diff --git a/redo/zz_test.go b/redo/zz_test.go index 525447e..9747700 100644 --- a/redo/zz_test.go +++ b/redo/zz_test.go @@ -54,7 +54,7 @@ func (a *areaHandler) Paint(r image.Rectangle) *image.RGBA { return i } func (a *areaHandler) Mouse(me MouseEvent) { fmt.Printf("%#v\n", me) } -func (a *areaHandler) Key(ke KeyEvent) { fmt.Printf("%#v\n", ke) } +func (a *areaHandler) Key(ke KeyEvent) { fmt.Printf("%#v %q\n", ke, ke.Key) } func (tw *testwin) make(done chan struct{}) { tw.t = NewTab() -- cgit v1.2.3