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
|
||||
// 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 (
|
||||
|
|
Loading…
Reference in New Issue