fixes #42 Mouse.go has wrong comment

This commit is contained in:
Garrett D'Amore 2015-10-09 16:55:15 -07:00
parent 10c966885c
commit 0768982260
1 changed files with 3 additions and 2 deletions

View File

@ -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 (