From 0768982260d0afb66ba4e3e5c94eff17fa14ef34 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 9 Oct 2015 16:55:15 -0700 Subject: [PATCH] fixes #42 Mouse.go has wrong comment --- _demos/mouse.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_demos/mouse.go b/_demos/mouse.go index e102df7..a865e55 100644 --- a/_demos/mouse.go +++ b/_demos/mouse.go @@ -14,8 +14,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -// boxes just displays random colored boxes on your terminal screen. -// Press ESC to exit the program. +// mouse displays a text box and tests mouse interaction. As you click +// and drag, boxes are displayed on screen. Other events are reported in +// the box. Press ESC twice to exit the program. package main import (