1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00

removed js build flag in tscreen_stub.go

This commit is contained in:
Ahoys123 2023-01-09 17:18:21 -08:00 committed by Garrett D'Amore
parent edb6434493
commit 3532b9d94e

View File

@ -1,5 +1,5 @@
//go:build js || plan9 || windows
// +build js plan9 windows
//go:build plan9 || windows
// +build plan9 windows
// Copyright 2022 The TCell Authors
//