mirror of https://github.com/gdamore/tcell.git
fixes #42 Mouse.go has wrong comment
This commit is contained in:
parent
10c966885c
commit
0768982260
|
@ -14,8 +14,9 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// boxes just displays random colored boxes on your terminal screen.
|
// mouse displays a text box and tests mouse interaction. As you click
|
||||||
// Press ESC to exit the program.
|
// and drag, boxes are displayed on screen. Other events are reported in
|
||||||
|
// the box. Press ESC twice to exit the program.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue