We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling a call to tcell.LookupTerminfofails in a wasm build:
tcell.LookupTerminfo
main.go:58:8: undefined: tcell.LookupTerminfo
The function seems to be implemented in tscreen, but not in wscreen.
tscreen
wscreen
The text was updated successfully, but these errors were encountered:
b187e62
No branches or pull requests
Compiling a call to
tcell.LookupTerminfo
fails in a wasm build:The function seems to be implemented in
tscreen
, but not inwscreen
.The text was updated successfully, but these errors were encountered: